mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix subscription icon displaying for movie types in result previews (#1222)
This commit is contained in:
parent
a28ee41368
commit
0aa48f335a
1 changed files with 2 additions and 2 deletions
|
@ -2163,7 +2163,7 @@ class ResultViewModel2 : ViewModel() {
|
|||
// lets say that we have subscribed, then we must be able to unsubscribe no matter what
|
||||
else if (data != null) {
|
||||
_subscribeStatus.postValue(true)
|
||||
}
|
||||
} else _subscribeStatus.postValue(null)
|
||||
}
|
||||
|
||||
private fun postFavorites(loadResponse: LoadResponse) {
|
||||
|
|
Loading…
Reference in a new issue