mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-08 18:35:10 +00:00
Update movies.py
Since kodi piers standard version is changed to 1. Sourced from the MyVideosDatabase and c0be4a8e34/xbmc/video/VideoManagerTypes.h (L21)
This commit is contained in:
parent
e82e8cf996
commit
b76ff63b48
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class Movies(Kodi):
|
|||
|
||||
# Sets all existing movies without a version to standard version
|
||||
for entry in self.cursor.fetchall():
|
||||
self.add_videoversion(entry[0], entry[1], "movie", "0", 40400)
|
||||
self.add_videoversion(entry[0], entry[1], "movie", "1", 40400)
|
||||
changes = True
|
||||
|
||||
LOG.info("Omega database migration is complete")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue