Move config (de)serialization to separate file

This commit is contained in:
Henrik Friedrichsen
2021-04-11 00:25:02 +02:00
parent 8c68347c24
commit e61e18608b
3 changed files with 77 additions and 53 deletions

View File

@@ -60,6 +60,7 @@ mod library;
mod playable;
mod playlist;
mod queue;
mod serialization;
mod sharing;
mod show;
mod spotify;