Sort albums by month if two releases of the same artist happen in the same year #155

Merged
Showing only changes of commit 3b57cce671 - Show all commits

View File

@ -201,7 +201,7 @@ mod testmod;
mod tests {
use mockall::predicate;
use crate::{core::library::testmod::LIBRARY_ITEMS, collection::album::AlbumMonth};
use crate::{collection::album::AlbumMonth, core::library::testmod::LIBRARY_ITEMS};
use super::*;
use testmod::LIBRARY_BEETS;