mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Fix season_list
This commit is contained in:
parent
53c98d0acc
commit
9b03ffbaa1
1 changed files with 3 additions and 3 deletions
|
@ -842,9 +842,9 @@ class PmsConnect(object):
|
||||||
if a.getAttribute('size'):
|
if a.getAttribute('size'):
|
||||||
if a.getAttribute('size') == '0':
|
if a.getAttribute('size') == '0':
|
||||||
logger.debug(u"No season data.")
|
logger.debug(u"No season data.")
|
||||||
episode_list = {'season_count': '0',
|
season_list = {'season_count': '0',
|
||||||
'season_list': []
|
'season_list': []
|
||||||
}
|
}
|
||||||
return season_list
|
return season_list
|
||||||
|
|
||||||
if a.getElementsByTagName('Directory'):
|
if a.getElementsByTagName('Directory'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue