You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the season / episodes were not translated properly to the <episode-num system="xmltv_ns">
I found the problem on line 1458
replace xs = int(s) - 1
with xs = int(ss) - 1
The text was updated successfully, but these errors were encountered:
I noticed that the season / episodes were not translated properly to the
<episode-num system="xmltv_ns">
I found the problem on line 1458
replace
xs = int(s) - 1
with
xs = int(ss) - 1
The text was updated successfully, but these errors were encountered: