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
|
||||
for ( auto &x : seasons ) {
|
||||
singleSeason( absolute, show, x.first, id, language, pattern, linux,
|
||||
true, &x.second, true, dvd );
|
||||
true, &x.second, false, dvd );
|
||||
i++;
|
||||
#ifndef GUI
|
||||
ProgressBar::print( ( i * 100 ) / size );
|
||||
|
Loading…
Reference in New Issue
Block a user