mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add all albums view
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<script>
|
||||
import Header from "@/components/PlaylistView/Header.vue";
|
||||
import SongList from "@/components/FolderView/SongList.vue";
|
||||
import SongList from "@/components/PlaylistView/SongList.vue";
|
||||
import FeaturedArtists from "@/components/PlaylistView/FeaturedArtists.vue";
|
||||
|
||||
export default {
|
||||
@@ -46,8 +46,6 @@ export default {
|
||||
.p-bg .scrollable {
|
||||
height: 100%;
|
||||
border-radius: $small;
|
||||
overflow-y: auto;
|
||||
padding-right: $small;
|
||||
}
|
||||
|
||||
.p-bg .f-artists {
|
||||
|
||||
Reference in New Issue
Block a user