diff --git a/src/playback_thread.cpp b/src/playback_thread.cpp index 04d345c..8b99d2a 100644 --- a/src/playback_thread.cpp +++ b/src/playback_thread.cpp @@ -42,8 +42,8 @@ void Playback::Play() { stop = false; } } - //start(LowPriority); - start(HighPriority); + start(LowPriority); + //start(HighPriority); } void Playback::setPngPath(std::string path) {