Album art fix for [#6370] Album art fails to load on first track
[vlc-remote] / src / appsettings.h
index 35af82b..47ff5a0 100644 (file)
 #define SHOW_UNKNOWN_FILETYPES false
 #endif
 
+#ifndef SHOW_ALBUM_ART
+#define SHOW_ALBUM_ART true
+#endif
+
+#ifndef ALERT_ON_CLOSE
+#define ALERT_ON_CLOSE false
+#endif
+
 
 struct VlcDirectory {
     QString name;
@@ -73,6 +81,9 @@ public:
     static int getRetrieveArtTimeout();
     static int getRetryNetworkTimeout();
     static bool getShowUnknownFileTypes();
+    static bool getShowAlbumArt();
+    static bool getAlertOnClose();
+
 };
 
 #endif // APPSETTINGS_H