Merge pull request #1036 from croneter/fix-code

Get rid of some obsolete code for the ContextMonitor we dropped
This commit is contained in:
croneter 2019-11-02 12:12:55 +01:00 committed by GitHub
commit 94120ee233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?