Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore: fix typo and remove unused import (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ducklipsNdeuces authored Oct 27, 2023
1 parent 7ef9143 commit 7831065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- **Add songs to a favorite playlist:** Create playlists of your favorite songs and listen to them
on demand.
- **Shuffle songs:** Listen to your music in random order.
- **Advanced queue management:** Add/Remove and reorder queue to personallize listening experience.
- **Advanced queue management:** Add/Remove and reorder queue to personalize listening experience.

## Installation

Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/app/suhasdissa/vibeyou/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import androidx.compose.runtime.rememberCoroutineScope
import androidx.compose.runtime.setValue
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.toArgb
import androidx.compose.ui.platform.LocalContext
import androidx.core.net.toUri
import androidx.navigation.compose.rememberNavController
import app.suhasdissa.vibeyou.backend.viewmodel.PlayerViewModel
Expand Down

0 comments on commit 7831065

Please sign in to comment.