From a9b5ba4162bc6ce82a88a8ba67da664f80881653 Mon Sep 17 00:00:00 2001 From: croneter Date: Fri, 1 Nov 2019 13:40:45 +0100 Subject: [PATCH] Get rid of some obsolete code for the ContextMonitor we dropped --- resources/lib/app/playstate.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/lib/app/playstate.py b/resources/lib/app/playstate.py index d5235ff4..688ee401 100644 --- a/resources/lib/app/playstate.py +++ b/resources/lib/app/playstate.py @@ -56,12 +56,6 @@ class PlayState(object): # Currently playing PKC item, a PlaylistItem() self.item = None - # Set by SpecialMonitor - did user choose to resume playback or start from the - # beginning? - # Set to None if resume dialog has not been shown - # True if dialog has been shown and user selected to resume - # False if dialog has been shown and user chose to start from beginning - self.resume_playback = None # Was the playback initiated by the user using the Kodi context menu? self.context_menu_play = False # Set by context menu - shall we force-transcode the next playing item?