fix: use visitor data for ordered channel videos
tests: fix tests
This commit is contained in:
parent
dff95d1272
commit
6cf59a167a
6 changed files with 47 additions and 38 deletions
|
|
@ -126,11 +126,11 @@ MusicAlbum(
|
|||
cover: [],
|
||||
artists: [
|
||||
ArtistId(
|
||||
id: None,
|
||||
id: Some("UChm_d4qO8txdwS4YadlvpSw"),
|
||||
name: "Brave Girls",
|
||||
),
|
||||
],
|
||||
artist_id: None,
|
||||
artist_id: Some("UChm_d4qO8txdwS4YadlvpSw"),
|
||||
album: Some(AlbumId(
|
||||
id: "MPREb_8QkDeEIawvX",
|
||||
name: "<Queendom2> FINAL",
|
||||
|
|
|
|||
Reference in a new issue