mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
Remove ImageCache instance from ServerSettings
This commit is contained in:
parent
2530a347c2
commit
78cbd3cf5b
6 changed files with 20 additions and 12 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
// local headers
|
||||
#include "common/utils/string_utils.hpp"
|
||||
#include "image_cache.hpp"
|
||||
|
||||
// standard headers
|
||||
#include <string>
|
||||
|
@ -73,7 +72,6 @@ struct ServerSettings
|
|||
std::vector<std::string> ssl_bind_to_address{{"0.0.0.0"}};
|
||||
std::string doc_root{""};
|
||||
std::string host{"<hostname>"};
|
||||
inline static ImageCache image_cache;
|
||||
};
|
||||
|
||||
struct Tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue