Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Sep 27, 2024
1 parent 4677299 commit 3b30c1c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import androidx.media3.common.MediaItem
import androidx.media3.common.Player
import androidx.media3.exoplayer.upstream.DefaultAllocator
import ch.srgssr.pillarbox.core.business.source.SRGAssetLoader
import ch.srgssr.pillarbox.core.business.tracker.DefaultMediaItemTrackerRepository
import ch.srgssr.pillarbox.demo.shared.data.Playlist
import ch.srgssr.pillarbox.demo.shared.source.BlockedTimeRangeAssetLoader
import ch.srgssr.pillarbox.player.PillarboxExoPlayer
Expand Down Expand Up @@ -53,7 +52,6 @@ class StoryViewModel(application: Application) : AndroidViewModel(application) {
addAssetLoader(SRGAssetLoader(application))
addAssetLoader(BlockedTimeRangeAssetLoader(application))
},
mediaItemTrackerProvider = DefaultMediaItemTrackerRepository(),
loadControl = loadControl,
playbackLooper = preloadLooper,
).apply {
Expand Down

0 comments on commit 3b30c1c

Please sign in to comment.