mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
stupid typo
This commit is contained in:
parent
36b2392e83
commit
0136ed3f1b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class WriteKodiDB():
|
|||
self.AddGenresToMedia(movieid, genres, "movie", cursor)
|
||||
|
||||
#update countries
|
||||
self.AddGenresToMedia(movieid, MBitem.get("ProductionLocations"), "movie", cursor)
|
||||
self.AddCountriesToMedia(movieid, MBitem.get("ProductionLocations"), "movie", cursor)
|
||||
|
||||
#update studios
|
||||
self.AddStudiosToMedia(movieid, studios, "movie", cursor)
|
||||
|
|
Loading…
Reference in a new issue