Convert Movie to a class with a static instance, and other fixes based on B3n30 feedback.
This commit is contained in:
@@ -241,6 +241,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
if (!movie_record.empty() && !movie_play.empty()) {
|
||||
LOG_CRITICAL(Frontend, "Cannot both play and record a movie");
|
||||
return -1;
|
||||
}
|
||||
|
||||
log_filter.ParseFilterString(Settings::values.log_filter);
|
||||
|
||||
Reference in New Issue
Block a user