mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix: remove override of previously set libraryId and name
Which caused new videos not to be added to library on automatic update
This commit is contained in:
parent
eb6891871d
commit
9bfbe7eaa4
1 changed files with 0 additions and 2 deletions
|
@ -86,8 +86,6 @@ class MusicVideos(KodiDb):
|
|||
obj['Year'] = int(str(obj['Year'])[:4])
|
||||
|
||||
obj['Path'] = API.get_file_path(obj['Path'])
|
||||
obj['LibraryId'] = self.library['Id']
|
||||
obj['LibraryName'] = self.library['Name']
|
||||
obj['Genres'] = obj['Genres'] or []
|
||||
obj['ArtistItems'] = obj['ArtistItems'] or []
|
||||
obj['Studios'] = [API.validate_studio(studio) for studio in (obj['Studios'] or [])]
|
||||
|
|
Loading…
Reference in a new issue