Download entire playlists in separate section

This commit is contained in:
CappielloAntonio 2021-09-03 17:51:55 +02:00
parent f89f3454c4
commit d2a80c064c
23 changed files with 367 additions and 79 deletions

View file

@ -119,6 +119,12 @@
<action
android:id="@+id/action_downloadFragment_to_searchFragment"
app:destination="@id/searchFragment" />
<action
android:id="@+id/action_downloadFragment_to_playlistPageFragment"
app:destination="@id/playlistPageFragment" />
<action
android:id="@+id/action_downloadFragment_to_playlistCatalogueFragment"
app:destination="@id/playlistCatalogueFragment" />
</fragment>
<fragment
android:id="@+id/settingsFragment"