feat: Lidarr UI support for album details popup

This commit is contained in:
2026-01-16 23:21:25 -07:00
parent caf4ad1e64
commit 7bb5f83a56
42 changed files with 3330 additions and 1431 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ pub struct TrackFile {
#[derivative(Default)]
#[serde(rename_all = "camelCase")]
pub struct MediaInfo {
pub audio_bitrate: Option<String>,
pub audio_bit_rate: Option<String>,
#[serde(deserialize_with = "super::from_i64")]
pub audio_channels: i64,
pub audio_codec: Option<String>,