mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
playlists list
This commit is contained in:
@@ -34,6 +34,7 @@ Playlist mapPlaylist(XmlElement e) => Playlist(
|
||||
coverArt: e.getAttribute('coverArt'),
|
||||
created: DateTime.parse(e.getAttribute('created')!),
|
||||
changed: DateTime.parse(e.getAttribute('changed')!),
|
||||
public: bool.tryParse(e.getAttribute('public') ?? ''),
|
||||
owner: e.getAttribute('owner'),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user