mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Move properties and metatags into server dir
This commit is contained in:
parent
004ea21e3f
commit
b348bb3379
11 changed files with 725 additions and 661 deletions
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "common/error_code.hpp"
|
||||
#include "common/json.hpp"
|
||||
#include "common/properties.hpp"
|
||||
#include "common/sample_format.hpp"
|
||||
#include "encoder/encoder.hpp"
|
||||
#include "jsonrpcpp.hpp"
|
||||
|
@ -38,6 +37,7 @@
|
|||
#include "server_settings.hpp"
|
||||
#include "stream_control.hpp"
|
||||
#include "stream_uri.hpp"
|
||||
#include "properties.hpp"
|
||||
|
||||
|
||||
namespace bp = boost::process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue