Options to ignore patterns in playlists full path
This commit is contained in:
+4
-3
@@ -1,9 +1,10 @@
|
||||
package domain
|
||||
|
||||
type Playlist struct {
|
||||
Id string
|
||||
Name string
|
||||
Tracks []string
|
||||
Id string
|
||||
Name string
|
||||
FullPath string
|
||||
Tracks []string
|
||||
}
|
||||
|
||||
type PlaylistRepository interface {
|
||||
|
||||
Reference in New Issue
Block a user