diff --git a/functions.cpp b/functions.cpp index e1c32b0..a6e3e17 100644 --- a/functions.cpp +++ b/functions.cpp @@ -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 );