Fix weird resume from playback behavior
This commit is contained in:
parent
b4f8b435fb
commit
ed4ae181ec
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ class Kodidb_Functions():
|
|||
'''
|
||||
)
|
||||
self.cursor.execute(query, (bookmarkId, fileid, resume_seconds, total_seconds,
|
||||
"DVDPlayer", 1))
|
||||
"VideoPlayer", 1))
|
||||
|
||||
def addTags(self, kodiid, tags, mediatype):
|
||||
# First, delete any existing tags associated to the id
|
||||
|
|
Loading…
Reference in a new issue