mirror of
https://github.com/Jonny007-MKD/OTR-SaneRename
synced 2025-03-10 16:07:09 +01:00
Log IDs of duplicate series
This commit is contained in:
parent
e48cc4a690
commit
7fd4114963
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ def getSeriesId(info: EpisodeInfo, args: dict):
|
||||||
for r in allResults:
|
for r in allResults:
|
||||||
if r["id"] in uniqueResults: continue
|
if r["id"] in uniqueResults: continue
|
||||||
uniqueResults[r["id"]] = r
|
uniqueResults[r["id"]] = r
|
||||||
logging.debug(f' found several series: {[ r["seriesName"] for r in uniqueResults.values()]}')
|
logging.debug(f' found several series: {[ r["seriesName"]+" ("+str(r["id"])+")" for r in uniqueResults.values()]}')
|
||||||
sys.exit(ExitCode.SeveralPossibleSeriesFound)
|
sys.exit(ExitCode.SeveralPossibleSeriesFound)
|
||||||
if len(allIds) == 1:
|
if len(allIds) == 1:
|
||||||
r = allResults[0]
|
r = allResults[0]
|
||||||
|
|
Loading…
Reference in a new issue