Fix narrowing conversions

This commit is contained in:
Jonas Kvinge
2021-10-30 02:21:29 +02:00
parent a704412dee
commit 79ac53b2d9
111 changed files with 376 additions and 373 deletions

View File

@@ -317,7 +317,7 @@ void Organize::SetSongProgress(float progress, bool transcoded) {
void Organize::UpdateProgress() {
const int total = task_count_ * 100;
const quint64 total = task_count_ * 100;
#ifdef HAVE_GSTREAMER
// Update transcoding progress