diff include/core/session.h @ 147:6fdf0632c003

track: use a bit of a more sane way to manage recognition it also works with the new animia API
author Paper <mrpapersonic@gmail.com>
date Tue, 14 Nov 2023 13:19:40 -0500
parents 39521c47c7a3
children 975a3f0965e2
line wrap: on
line diff
--- a/include/core/session.h	Mon Nov 13 13:52:58 2023 -0500
+++ b/include/core/session.h	Tue Nov 14 13:19:40 2023 -0500
@@ -2,7 +2,6 @@
 #define __core__session_h
 
 #include "core/config.h"
-#include "track/types.h"
 #include "gui/locale.h"
 #include <QElapsedTimer>
 
@@ -16,11 +15,6 @@
 
 		Config config;
 
-		struct {
-			std::vector<Track::Types::MediaPlayer> players;
-			std::vector<Track::Types::MediaExtension> extensions;
-		} recognition;
-
 	private:
 		uint32_t requests = 0;
 		QElapsedTimer timer;