mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
Add missing ids to tracks
This commit is contained in:
parent
c381b28e40
commit
ff8d4443d7
1 changed files with 4 additions and 0 deletions
|
|
@ -3,24 +3,28 @@ import { AppState } from "./types";
|
|||
|
||||
const defaultTracksState = {
|
||||
"0": {
|
||||
id: 0,
|
||||
title: "Llama Whipping Intro",
|
||||
artist: "DJ Mike Llama",
|
||||
duration: 5,
|
||||
url: ""
|
||||
},
|
||||
"1": {
|
||||
id: 1,
|
||||
title: "Rock Is Dead",
|
||||
artist: "Marilyn Manson",
|
||||
duration: 191, // 3:11
|
||||
url: ""
|
||||
},
|
||||
"2": {
|
||||
id: 2,
|
||||
title: "Spybreak! (Short One)",
|
||||
artist: "Propellerheads",
|
||||
duration: 240, // 4:00
|
||||
url: ""
|
||||
},
|
||||
"3": {
|
||||
id: 3,
|
||||
title: "Bad Blood",
|
||||
artist: "Ministry",
|
||||
duration: 300, // 5:00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue