Selaa lähdekoodia

modified: betaseries.py - /watched devient + lisible

master
administrator 8 kuukautta sitten
vanhempi
commit
2920ef4913
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      betaseries.py

+ 1
- 1
betaseries.py Näytä tiedosto

@@ -206,7 +206,7 @@ def get_episode_code(thetvdb_id):
def get_ep_code_series(fichier):
with open(fichier) as json_file:
data = json.load(json_file)
name = data['title'] + ' | ' + 'S' + str(data['season']) + 'E' + str(data['episode'])
name = 'S' + str(data['season']) + 'E' + str(data['episode']) + ' ' + data['title']

return name



Loading…
Peruuta
Tallenna