mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-08 09:16:13 +00:00
start of kodi uniqueid
This commit is contained in:
parent
863919d696
commit
87501eedea
3 changed files with 32 additions and 1 deletions
|
@ -315,6 +315,11 @@ class Movies(Items):
|
|||
|
||||
self.kodi_db.add_ratings(ratingid, movieid, "movie", "default", rating, votecount)
|
||||
|
||||
# update new uniqueid Kodi 17 - todo get uniqueid_id for updates from embydb
|
||||
if self.kodi_version > 16:
|
||||
uniqueid = self.kodi_db.create_entry_uniqueid()
|
||||
|
||||
self.kodi_db.add_uniqueid(uniqueid, movieid, "movie", imdb, "imdb")
|
||||
return True
|
||||
|
||||
def add_updateBoxset(self, boxset):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue