Added cover art path to json files #53
This commit is contained in:
@@ -9,13 +9,14 @@
|
|||||||
"Auth0": {
|
"Auth0": {
|
||||||
"Domain": "[domain].auth0.com",
|
"Domain": "[domain].auth0.com",
|
||||||
"ApiIdentifier": "https://[identifier]/api",
|
"ApiIdentifier": "https://[identifier]/api",
|
||||||
"ClientId":"",
|
"ClientId": "",
|
||||||
"ClientSecret":""
|
"ClientSecret": ""
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
||||||
},
|
},
|
||||||
"RootMusicPath": "/music/path/",
|
"RootMusicPath": "/music/path/",
|
||||||
"TemporaryMusicPath": "/music/temp/path/",
|
"TemporaryMusicPath": "/music/temp/path/",
|
||||||
"ArchivePath": "/archive/path/"
|
"ArchivePath": "/archive/path/",
|
||||||
|
"CoverArtPath": "/cover/art/path/"
|
||||||
}
|
}
|
||||||
|
|||||||
+4
-3
@@ -9,13 +9,14 @@
|
|||||||
"Auth0": {
|
"Auth0": {
|
||||||
"Domain": "[domain].auth0.com",
|
"Domain": "[domain].auth0.com",
|
||||||
"ApiIdentifier": "https://[identifier]/api",
|
"ApiIdentifier": "https://[identifier]/api",
|
||||||
"ClientId":"",
|
"ClientId": "",
|
||||||
"ClientSecret":""
|
"ClientSecret": ""
|
||||||
},
|
},
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
"DefaultConnection": "Server=;Database=;Uid=;Pwd=;"
|
||||||
},
|
},
|
||||||
"RootMusicPath": "/music/path/",
|
"RootMusicPath": "/music/path/",
|
||||||
"TemporaryMusicPath": "/music/temp/path/",
|
"TemporaryMusicPath": "/music/temp/path/",
|
||||||
"ArchivePath": "/archive/path/"
|
"ArchivePath": "/archive/path/",
|
||||||
|
"CoverArtPath": "/cover/art/path/"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user