Don't print name changes on database-add
This commit is contained in:
parent
0da0152804
commit
01cf6d289a
@ -485,7 +485,7 @@ void addToDB( string &show, const string &path, const string &language,
|
|||||||
#endif
|
#endif
|
||||||
for ( auto &x : seasons ) {
|
for ( auto &x : seasons ) {
|
||||||
singleSeason( absolute, show, x.first, id, language, pattern, linux,
|
singleSeason( absolute, show, x.first, id, language, pattern, linux,
|
||||||
true, &x.second, true, dvd );
|
true, &x.second, false, dvd );
|
||||||
i++;
|
i++;
|
||||||
#ifndef GUI
|
#ifndef GUI
|
||||||
ProgressBar::print( ( i * 100 ) / size );
|
ProgressBar::print( ( i * 100 ) / size );
|
||||||
|
Loading…
Reference in New Issue
Block a user