diff --git a/Changelog b/Changelog index 14c7f9eef..f2af61394 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,11 @@ Strawberry Music Player ======================= ChangeLog +Unreleased: + + * Fixed crash in analyzer + * Fixed trying to use systray even if the desktop had no systray + Version 0.3.3: * Fixed Tidal login diff --git a/ext/libstrawberry-tagreader/tagreader.cpp b/ext/libstrawberry-tagreader/tagreader.cpp index ee904c110..36f4892f6 100644 --- a/ext/libstrawberry-tagreader/tagreader.cpp +++ b/ext/libstrawberry-tagreader/tagreader.cpp @@ -43,7 +43,7 @@ #include #include #include -#include "taglib/id3v2frame.h" +#include #include #include #include @@ -54,12 +54,12 @@ #include #include #include -#include "taglib/asftag.h" -#include "taglib/asfattribute.h" -#include "taglib/asfproperties.h" +#include +#include +#include #include #include -#include "taglib/mp4item.h" +#include #include #include #include