fix: replace MVs in albums with tracks from album playlist
This commit is contained in:
parent
3eadf82b8b
commit
2b91c76b85
5 changed files with 59 additions and 15 deletions
|
|
@ -23,7 +23,7 @@ MusicAlbum(
|
|||
by_va: false,
|
||||
tracks: [
|
||||
TrackItem(
|
||||
id: "XX0epju-YvY",
|
||||
id: "VU6lEv0PKAo",
|
||||
title: "Der Himmel reißt auf",
|
||||
duration: Some(183),
|
||||
cover: [],
|
||||
|
|
@ -43,7 +43,7 @@ MusicAlbum(
|
|||
name: "Der Himmel reißt auf",
|
||||
)),
|
||||
view_count: None,
|
||||
is_video: true,
|
||||
is_video: false,
|
||||
track_nr: Some(1),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Reference in a new issue