test: update track durations
This commit is contained in:
parent
16e0e28c48
commit
b4a6658e33
4 changed files with 18 additions and 18 deletions
|
|
@ -22,7 +22,7 @@ MusicAlbum(
|
|||
TrackItem(
|
||||
id: "aGd3VKSOTxY",
|
||||
name: "Ich wache auf",
|
||||
duration: Some(221),
|
||||
duration: Some(222),
|
||||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
|
|
@ -43,7 +43,7 @@ MusicAlbum(
|
|||
TrackItem(
|
||||
id: "Jz-26iiDuYs",
|
||||
name: "Waldbrand",
|
||||
duration: Some(208),
|
||||
duration: Some(209),
|
||||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
|
|
@ -64,7 +64,7 @@ MusicAlbum(
|
|||
TrackItem(
|
||||
id: "Bu26uFtpt58",
|
||||
name: "Verlernt",
|
||||
duration: Some(223),
|
||||
duration: Some(224),
|
||||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
|
|
@ -85,7 +85,7 @@ MusicAlbum(
|
|||
TrackItem(
|
||||
id: "RgwNqqiVqdY",
|
||||
name: "In Farbe",
|
||||
duration: Some(221),
|
||||
duration: Some(222),
|
||||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
|
|
@ -106,7 +106,7 @@ MusicAlbum(
|
|||
TrackItem(
|
||||
id: "2TuOh30XbCI",
|
||||
name: "Stadt im Hinterland",
|
||||
duration: Some(197),
|
||||
duration: Some(198),
|
||||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
|
|
|
|||
Reference in a new issue