refactor!: rename title field to name
This commit is contained in:
parent
5188527b94
commit
1b94dc1f40
88 changed files with 2142 additions and 2142 deletions
|
|
@ -21,7 +21,7 @@ MusicAlbum(
|
|||
tracks: [
|
||||
TrackItem(
|
||||
id: "lSbKz5LWvKE",
|
||||
title: "Achtung, Waldbrand - Teil 1",
|
||||
name: "Achtung, Waldbrand - Teil 1",
|
||||
duration: Some(229),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -42,7 +42,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "fdO6gu4qjRw",
|
||||
title: "Achtung, Waldbrand - Teil 2",
|
||||
name: "Achtung, Waldbrand - Teil 2",
|
||||
duration: Some(235),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -63,7 +63,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "muCxstXirvY",
|
||||
title: "Achtung, Waldbrand - Teil 3",
|
||||
name: "Achtung, Waldbrand - Teil 3",
|
||||
duration: Some(197),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -84,7 +84,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "aG1N0vo__Ng",
|
||||
title: "Eiszeit - Teil 1",
|
||||
name: "Eiszeit - Teil 1",
|
||||
duration: Some(186),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -105,7 +105,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "roHhLNYS9yo",
|
||||
title: "Eiszeit - Teil 2",
|
||||
name: "Eiszeit - Teil 2",
|
||||
duration: Some(188),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -126,7 +126,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "nJ49NuLvcAw",
|
||||
title: "Eiszeit - Teil 3",
|
||||
name: "Eiszeit - Teil 3",
|
||||
duration: Some(205),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -147,7 +147,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "Me119D570h0",
|
||||
title: "Eiszeit - Teil 4",
|
||||
name: "Eiszeit - Teil 4",
|
||||
duration: Some(219),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -168,7 +168,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "YXnRLK-qKG8",
|
||||
title: "Im Sinkloch - Teil 1",
|
||||
name: "Im Sinkloch - Teil 1",
|
||||
duration: Some(240),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -189,7 +189,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "A61wz1jz9X0",
|
||||
title: "Im Sinkloch - Teil 2",
|
||||
name: "Im Sinkloch - Teil 2",
|
||||
duration: Some(239),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -210,7 +210,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "u_S08EJOTUg",
|
||||
title: "Im Sinkloch - Teil 3",
|
||||
name: "Im Sinkloch - Teil 3",
|
||||
duration: Some(197),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -231,7 +231,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "0qwYJihV1EU",
|
||||
title: "Vorsicht, heiß - Teil 1",
|
||||
name: "Vorsicht, heiß - Teil 1",
|
||||
duration: Some(201),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -252,7 +252,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "zjhoyTnEzuQ",
|
||||
title: "Vorsicht, heiß - Teil 2",
|
||||
name: "Vorsicht, heiß - Teil 2",
|
||||
duration: Some(187),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -273,7 +273,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "oDjDd0UBzAY",
|
||||
title: "Vorsicht, heiß - Teil 3",
|
||||
name: "Vorsicht, heiß - Teil 3",
|
||||
duration: Some(183),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
@ -294,7 +294,7 @@ MusicAlbum(
|
|||
),
|
||||
TrackItem(
|
||||
id: "_3-WVmqgi-Q",
|
||||
title: "Vorsicht, heiß - Teil 4",
|
||||
name: "Vorsicht, heiß - Teil 4",
|
||||
duration: Some(193),
|
||||
cover: [],
|
||||
artists: [
|
||||
|
|
|
|||
Reference in a new issue