tests: fix tests

This commit is contained in:
ThetaDev 2023-07-22 16:11:56 +02:00
parent 375c08d11b
commit 1d94d0241b
2 changed files with 3 additions and 3 deletions

View file

@ -579,7 +579,7 @@ impl MusicListMapper {
}
// Is it a podcast episode?
else if subtitle_parts.len() <= 3 && c3.is_some() {
(subtitle_parts.rev().next(), None, None)
(subtitle_parts.next_back(), None, None)
} else {
// Skip first part (track type)
if subtitle_parts.len() > 3