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:
Jeroen De Meerleer 2025-04-21 14:26:50 +02:00 committed by GitHub
parent e82e8cf996
commit b76ff63b48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")