mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
use ternary op to send copyright text to songlist component
+ return a zeros if seconds is undefined in formatSeconds()
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ const defaultTrack = <Track>{
|
||||
albumhash: " ",
|
||||
artists: ["Alice"],
|
||||
trackid: "",
|
||||
image: "",
|
||||
image: "meh",
|
||||
};
|
||||
|
||||
type From = fromFolder | fromAlbum | fromPlaylist | fromSearch;
|
||||
|
||||
Reference in New Issue
Block a user