This commit is contained in:
jb-alvarado 2019-03-11 09:35:56 +01:00
parent aa7043b69f
commit bbb406d66c

View File

@ -612,7 +612,7 @@ class GetSourceIter:
self.begin = 0
def get_playlist(self):
year, month, day = self.list_dat.split('-')
year, month, day = self.list_date.split('-')
self.json_file = os.path.join(
_playlist.path, year, month, self.list_date + '.json')