diff include/core/config.h @ 226:f784b5b1914c

settings: add library page
author Paper <mrpapersonic@gmail.com>
date Mon, 08 Jan 2024 21:23:00 -0500
parents 53211cb1e7f5
children d030b30526d5
line wrap: on
line diff
--- a/include/core/config.h	Mon Jan 08 17:07:01 2024 -0500
+++ b/include/core/config.h	Mon Jan 08 21:23:00 2024 -0500
@@ -9,6 +9,7 @@
 
 #include <string>
 #include <vector>
+#include <set>
 #include <utility>
 
 struct MediaPlayer {
@@ -54,7 +55,8 @@
 		} torrents;
 
 		struct {
-			std::vector<std::string> paths;
+			bool real_time_monitor;
+			std::set<std::string> paths;
 		} library;
 };