mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-22 23:05:35 +00:00
Compare commits
2 Commits
copilot/re
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dcca1d1ed | ||
| 11060df0d0 |
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
repository: oci://registry-1.docker.io/cloudpirates
|
repository: oci://registry-1.docker.io/cloudpirates
|
||||||
version: 0.12.4
|
version: 0.13.6
|
||||||
digest: sha256:e486b44703c7a97eee25f7715ab040d197d79c41ea1c422ae009b1f68985f544
|
digest: sha256:329291c23fe3c9425cf5ec7e71deb24dd52a4dc16ab91d1c067deb3efa79eb02
|
||||||
generated: "2025-12-01T20:17:25.152279487+01:00"
|
generated: "2025-12-21T14:00:47.13789031Z"
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ dependencies:
|
|||||||
- condition: postgres.enabled
|
- condition: postgres.enabled
|
||||||
name: postgres
|
name: postgres
|
||||||
repository: oci://registry-1.docker.io/cloudpirates
|
repository: oci://registry-1.docker.io/cloudpirates
|
||||||
version: 0.12.4
|
version: 0.13.6
|
||||||
|
|||||||
@@ -25,6 +25,8 @@ function useLinkTo({
|
|||||||
href: href,
|
href: href,
|
||||||
onPress: (e) => {
|
onPress: (e) => {
|
||||||
if (e?.defaultPrevented) return;
|
if (e?.defaultPrevented) return;
|
||||||
|
// prevent native navigation via href.
|
||||||
|
e.preventDefault();
|
||||||
if (href.startsWith("http")) {
|
if (href.startsWith("http")) {
|
||||||
Platform.OS === "web"
|
Platform.OS === "web"
|
||||||
? window.open(href, "_blank")
|
? window.open(href, "_blank")
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ export const useLanguagePreference = (player: VideoPlayer, slug: string) => {
|
|||||||
forced: false,
|
forced: false,
|
||||||
});
|
});
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log("seraching for sub", sub.current, subtitles);
|
|
||||||
if (!subtitles || sub.current.idx === null) return;
|
if (!subtitles || sub.current.idx === null) return;
|
||||||
let subRet = subtitles.findIndex(
|
let subRet = subtitles.findIndex(
|
||||||
sub.current.lang === "default"
|
sub.current.lang === "default"
|
||||||
|
|||||||
Reference in New Issue
Block a user