mirror of
https://github.com/bbara04/Purefin.git
synced 2026-04-01 01:30:08 +02:00
Code cleanup
This commit is contained in:
@@ -180,14 +180,6 @@ class HomePageViewModel @Inject constructor(
|
|||||||
navigationManager.replaceAll(Route.Home)
|
navigationManager.replaceAll(Route.Home)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun getImageUrl(itemId: UUID, type: ImageType): String {
|
|
||||||
return JellyfinImageHelper.toImageUrl(
|
|
||||||
url = _url.value,
|
|
||||||
itemId = itemId,
|
|
||||||
type = type
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
fun onResumed() {
|
fun onResumed() {
|
||||||
viewModelScope.launch {
|
viewModelScope.launch {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user