1
0
Fork 0
mirror of https://github.com/Jonny007-MKD/OTR-SaneRename synced 2024-05-02 20:54:04 +02:00

Fixed bug with series cache (multiple spaces)

This commit is contained in:
Jonny007-MKD 2015-11-25 09:37:20 +01:00
parent 551987038f
commit 2737d72520

View file

@ -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"