mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 05:09:58 +01:00
Compilation fix (snapcraft specific)
This commit is contained in:
@@ -1210,7 +1210,7 @@ void MediaPlayer::update()
|
||||
}
|
||||
else {
|
||||
Log::Warning("'%s' : %s", uri().c_str(), media_.log.c_str());
|
||||
Log::Warning("MediaPlayer %s Loading failed.", std::to_string(id_).c_str());
|
||||
Log::Notify("MediaPlayer %s Loading failed.", std::to_string(id_).c_str());
|
||||
failed_ = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user