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=
|
||||
fi
|
||||
if [ -z "$tmp" ]; then
|
||||
echo $cacheLine >> "$PwD/series.cache"
|
||||
echo "$cacheLine" >> "$PwD/series.cache"
|
||||
fi
|
||||
eecho -e " TVDB:\tSeries found.\tID: $series_id"
|
||||
eecho -e " \t \tName: $series_title_tvdb"
|
||||
|
|
Loading…
Reference in a new issue