bandcamp/tests/snapshots/tests__album_track.snap
ThetaDev f328062ed0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: add track album_id to response model
2023-11-20 14:57:32 +01:00

41 lines
845 B
Text

---
source: tests/tests.rs
expression: "&album"
---
Album(
id: 716010980,
title: "All Was Well",
art_id: Some(2367528067),
type: t,
tralbum_artist: "Wintergatan",
band: BandInfo(
band_id: 2464198920,
name: "Wintergatan",
bio: None,
image_id: Some(1354613),
location: Some("Gothenburg, Sweden"),
),
bandcamp_url: "https://wintergatan.bandcamp.com/track/all-was-well",
credits: None,
about: None,
featured_track_id: 716010980,
release_date: 1366761600,
tags: [
Tag(
name: "Pop",
norm_name: "pop",
isloc: false,
),
],
tracks: [
Track(
track_id: 716010980,
title: "All Was Well",
album_id: Some(2572654767),
band_name: Some("Wintergatan"),
duration: 183.224,
streaming_url: "[streaming_url]",
track_num: Some(8),
),
],
)