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:
Ray 2026-01-01 15:07:32 -05:00 committed by GitHub
parent 3c11d4ba12
commit 977db0474a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -210,7 +210,7 @@ fun createDeviceProfile(
"main",
"baseline",
"constrained baseline",
if (supportsAVCHigh10) "main 10" else null,
if (supportsAVCHigh10) "high 10" else null,
)
}
}