[directories/spotify] Init db with disabled spotify-root-directory and

enable only on successful login to spotify
This commit is contained in:
chme
2016-01-30 07:27:20 +01:00
parent cd5462e241
commit 491bf54fdb
4 changed files with 25 additions and 3 deletions

View File

@@ -598,6 +598,9 @@ db_directory_disable_bymatch(char *path, char *strip, uint32_t cookie);
int
db_directory_enable_bycookie(uint32_t cookie, char *path);
int
db_directory_enable_bypath(char *path);
/* Remotes */
int
db_pairing_add(struct pairing_info *pi);