mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Merge pull request #61 from GallowsDove/main
feat: add bottom sheet for grouped views in download tab
This commit is contained in:
commit
8ed98bbedc
9 changed files with 296 additions and 18 deletions
|
|
@ -79,6 +79,8 @@ object Constants {
|
|||
const val DOWNLOAD_TYPE_TRACK = "download_type_track"
|
||||
const val DOWNLOAD_TYPE_ALBUM = "download_type_album"
|
||||
const val DOWNLOAD_TYPE_ARTIST = "download_type_artist"
|
||||
const val DOWNLOAD_TYPE_GROUP = "download_type_group"
|
||||
const val DOWNLOAD_TYPE_GROUP_NAME = "download_type_group_name"
|
||||
const val DOWNLOAD_TYPE_GENRE = "download_type_genre"
|
||||
const val DOWNLOAD_TYPE_YEAR = "download_type_year"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue