mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
code cleanup
This commit is contained in:
@@ -29,7 +29,8 @@ import java.util.UUID
|
||||
import javax.inject.Inject
|
||||
|
||||
@ViewModelScoped
|
||||
class PlayerMediaRepository @Inject constructor(
|
||||
class PlayerMediaRepository @OptIn(UnstableApi::class)
|
||||
@Inject constructor(
|
||||
private val jellyfinApiClient: JellyfinApiClient,
|
||||
private val userSessionRepository: UserSessionRepository,
|
||||
private val mediaRepository: MediaRepository,
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
package hu.bbara.purefin.core.player.model
|
||||
|
||||
import android.net.Uri
|
||||
import androidx.media3.common.MediaItem
|
||||
|
||||
data class VideoItem(
|
||||
val title: String,
|
||||
val mediaItem: MediaItem,
|
||||
val uri: Uri
|
||||
)
|
||||
@@ -1,4 +0,0 @@
|
||||
package hu.bbara.purefin.core.player.stream
|
||||
|
||||
class MediaSourceSelector {
|
||||
}
|
||||
Reference in New Issue
Block a user