Added todo
This commit is contained in:
parent
7ea97b0abf
commit
a3f7a306e5
1 changed files with 2 additions and 0 deletions
|
@ -32,3 +32,5 @@ pub struct ListPlaylistsEntry {
|
||||||
pub struct SavePlaylistInput {
|
pub struct SavePlaylistInput {
|
||||||
pub tracks: Vec<String>,
|
pub tracks: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Config and Preferences should have dto types
|
||||||
|
|
Loading…
Add table
Reference in a new issue