Don't print name changes on database-add

This commit is contained in:
zvon 2020-01-15 22:44:29 +01:00
parent 0da0152804
commit 01cf6d289a

View File

@ -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 );