Other crap i added months ago

This commit is contained in:
2025-03-11 21:35:12 +02:00
parent ad89b0c64d
commit 67a948bb66
10 changed files with 197 additions and 56 deletions

View File

@@ -15,6 +15,8 @@ pub struct TomlStore {
playlists: HashMap<Uuid, Playlist>
}
impl super::StoreExtras for TomlStore {}
impl super::BaseStore for TomlStore {
fn get_default_file_contents() -> &'static str {
&DEFAULT_TEXT