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
@@ -440,7 +440,7 @@ pub mod test_utils {
pub fn media_info() -> MediaInfo {
MediaInfo {
audio_bitrate: Some("1563 kbps".to_owned()),
audio_bit_rate: Some("1563 kbps".to_owned()),
audio_channels: 2,
audio_codec: Some("FLAC".to_owned()),
audio_bits: Some("24bit".to_owned()),