mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
Small bug fixes (#614)
## Description Fixes the screen showing endless loading when toggling on automatic sign in Ports a bug fix to the device profile from the official app (https://github.com/jellyfin/jellyfin-androidtv/pull/5268)
This commit is contained in:
parent
3c11d4ba12
commit
977db0474a
2 changed files with 7 additions and 7 deletions
|
|
@ -210,7 +210,7 @@ fun createDeviceProfile(
|
|||
"main",
|
||||
"baseline",
|
||||
"constrained baseline",
|
||||
if (supportsAVCHigh10) "main 10" else null,
|
||||
if (supportsAVCHigh10) "high 10" else null,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue