fix(player): load subtitle sidecars with media

close #1583
This commit is contained in:
edde746
2026-07-17 23:09:07 +02:00
parent 70cd7e8c67
commit a1b6a89714
77 changed files with 2879 additions and 699 deletions
+5 -3
View File
@@ -22,7 +22,6 @@ appId: com.edde746.plezy
timeout: 10000
- tapOn: "(?s)Server URLs.*"
- inputText: ${JELLYFIN_URL}
- hideKeyboard
- tapOn: "Find server"
- extendedWaitUntil:
visible: "Maestro Jellyfin"
@@ -31,8 +30,11 @@ appId: com.edde746.plezy
- inputText: "maestro"
- tapOn: "Password"
- inputText: "maestro"
- hideKeyboard
- tapOn: "Sign in"
- hideKeyboard:
optional: true
- tapOn:
text: "Sign in"
optional: true
- extendedWaitUntil:
visible: "Discover"
timeout: 30000