mirror of
https://github.com/Jonny007-MKD/OTR-SaneRename
synced 2025-01-22 08:49:48 +01:00
Fixed bug with series cache (multiple spaces)
This commit is contained in:
parent
551987038f
commit
2737d72520
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ function funcGetSeriesIdFromTvdb {
|
||||||
tmp=
|
tmp=
|
||||||
fi
|
fi
|
||||||
if [ -z "$tmp" ]; then
|
if [ -z "$tmp" ]; then
|
||||||
echo $cacheLine >> "$PwD/series.cache"
|
echo "$cacheLine" >> "$PwD/series.cache"
|
||||||
fi
|
fi
|
||||||
eecho -e " TVDB:\tSeries found.\tID: $series_id"
|
eecho -e " TVDB:\tSeries found.\tID: $series_id"
|
||||||
eecho -e " \t \tName: $series_title_tvdb"
|
eecho -e " \t \tName: $series_title_tvdb"
|
||||||
|
|
Loading…
Reference in a new issue