Added configurations for cache
This commit is contained in:
@@ -39,6 +39,8 @@ class ServerConfiguration:
|
|||||||
class AppConfiguration:
|
class AppConfiguration:
|
||||||
servers: List[ServerConfiguration]
|
servers: List[ServerConfiguration]
|
||||||
current_server: int
|
current_server: int
|
||||||
|
cache_location: str
|
||||||
|
music_storage_location: str
|
||||||
|
|
||||||
def to_json(self):
|
def to_json(self):
|
||||||
return {
|
return {
|
||||||
|
Reference in New Issue
Block a user