Don't list collections/sets also as Kodi tags
This commit is contained in:
parent
ca001a951f
commit
3f1da3c1ea
1 changed files with 0 additions and 2 deletions
|
@ -447,7 +447,6 @@ class Movies(Items):
|
|||
self.kodi_db.addStudios(movieid, studios, "movie")
|
||||
# Process tags: view, Plex collection tags
|
||||
tags = [viewtag]
|
||||
tags.extend(collections)
|
||||
if userdata['Favorite']:
|
||||
tags.append("Favorite movies")
|
||||
self.kodi_db.addTags(movieid, tags, "movie")
|
||||
|
@ -736,7 +735,6 @@ class TVShows(Items):
|
|||
self.kodi_db.addStudios(showid, studios, "tvshow")
|
||||
# Process tags: view, PMS collection tags
|
||||
tags = [viewtag]
|
||||
tags.extend(collections)
|
||||
self.kodi_db.addTags(showid, tags, "tvshow")
|
||||
|
||||
@catch_exceptions(warnuser=True)
|
||||
|
|
Loading…
Reference in a new issue