This commit is contained in:
psykose 2024-11-18 22:02:11 +01:00
parent 8c455eeae8
commit 0a8080ae6f
Signed by: psykose
SSH key fingerprint: SHA256:pRMVjV3kRB6zl+wNx+sV8KoMnPqQAW6v8dNCxsCGZv8

View file

@ -41,11 +41,6 @@ template $AudreyUiWindow: Adw.ApplicationWindow {
child: Box {
orientation: vertical;
$AudreyUiAlbumCarousel {
title: _("Most played");
type: frequent;
}
$AudreyUiAlbumCarousel {
title: _("Explore from your library");
type: random;
@ -60,6 +55,11 @@ template $AudreyUiWindow: Adw.ApplicationWindow {
title: _("Recently played");
type: recent;
}
$AudreyUiAlbumCarousel {
title: _("Most played");
type: frequent;
}
};
};
}