mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
Split mobile and TV playback profiles
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package hu.bbara.purefin.tv.di
|
||||
|
||||
import dagger.Module
|
||||
import dagger.Provides
|
||||
import dagger.hilt.InstallIn
|
||||
import dagger.hilt.components.SingletonComponent
|
||||
import hu.bbara.purefin.core.data.client.PlaybackProfileFamily
|
||||
|
||||
@Module
|
||||
@InstallIn(SingletonComponent::class)
|
||||
object TvPlaybackProfileFamilyModule {
|
||||
|
||||
@Provides
|
||||
fun providePlaybackProfileFamily(): PlaybackProfileFamily = PlaybackProfileFamily.TV
|
||||
}
|
||||
Reference in New Issue
Block a user