errors.append(_(f"Unable to refresh this show: {e}"))
errors.append(f"Unable to refresh this show: {e}")
# grab updated info from TVDB
# grab updated info from TVDB
# showObj.loadEpisodesFromSeriesProvider()
# showObj.loadEpisodesFromSeriesProvider()
# rescan the episodes in the new folder
# rescan the episodes in the new folder
exceptNoNFOException:
exceptNoNFOException:
warnings.append(_(
warnings.append(f"The folder at {data['location']} doesn't contain a tvshow.nfo - copy your files to that folder before you change the directory in SiCKRAGE.")
f"The folder at {data['location']} doesn't contain a tvshow.nfo - copy your files to that folder before you change the directory in SiCKRAGE."))