mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-18 13:26:09 +00:00
bump version
This commit is contained in:
parent
41b732bbe5
commit
6c9b926b0e
2 changed files with 2 additions and 9 deletions
|
|
@ -48,7 +48,6 @@ import androidx.compose.material3.Icon
|
|||
import androidx.compose.material3.MaterialTheme
|
||||
import androidx.compose.material3.Text
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.DisposableEffect
|
||||
import androidx.compose.runtime.LaunchedEffect
|
||||
import androidx.compose.runtime.getValue
|
||||
import androidx.compose.runtime.mutableStateOf
|
||||
|
|
@ -192,12 +191,6 @@ fun StreamsScreen(
|
|||
)
|
||||
}
|
||||
|
||||
DisposableEffect(type, videoId, seasonNumber, episodeNumber, manualSelection) {
|
||||
onDispose {
|
||||
StreamsRepository.clear()
|
||||
}
|
||||
}
|
||||
|
||||
LaunchedEffect(uiState.groups, storedProgress?.providerAddonId, preferredFilterApplied) {
|
||||
if (preferredFilterApplied) return@LaunchedEffect
|
||||
val preferredAddonId = storedProgress?.providerAddonId ?: return@LaunchedEffect
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
CURRENT_PROJECT_VERSION=82
|
||||
MARKETING_VERSION=0.2.10
|
||||
CURRENT_PROJECT_VERSION=83
|
||||
MARKETING_VERSION=0.2.11
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue