Initialize filetype and bitrate

This commit is contained in:
Jonas Kvinge
2019-09-08 17:36:50 +02:00
parent e13faff2d7
commit fb377c32ea

View File

@@ -206,7 +206,7 @@ private:
}; };
struct SimpleMetaBundle { struct SimpleMetaBundle {
SimpleMetaBundle() : length(-1), year(-1), track(-1), samplerate(-1), bitdepth(-1) {} SimpleMetaBundle() : length(-1), year(-1), track(-1), filetype(Song::FileType_Unknown), samplerate(-1), bitdepth(-1), bitrate(-1) {}
QUrl url; QUrl url;
QUrl stream_url; QUrl stream_url;
QString title; QString title;