mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Reimplement recently added delay to group items
This commit is contained in:
parent
7e7609743a
commit
f42f1182f2
4 changed files with 101 additions and 87 deletions
|
@ -1145,7 +1145,7 @@ def lookup_themoviedb_by_id(rating_key=None, thetvdb_id=None, imdb_id=None):
|
|||
|
||||
|
||||
def get_themoviedb_info(rating_key=None, media_type=None, themoviedb_id=None):
|
||||
if media_type == 'show':
|
||||
if media_type in ('show', 'season', 'episode'):
|
||||
media_type = 'tv'
|
||||
|
||||
db = database.MonitorDatabase()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue