URLs Update

This commit is contained in:
2025-11-08 19:48:26 +00:00
parent 63216028c2
commit 267f60d4d3
4 changed files with 15 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
url: http://panel.sirblob.co/
icon: mdi:server
- title: Coder
url: https://mcbugj8flucdg.pit-1.try.coder.app
url: https://r115dj8cdsod8.pit-1.try.coder.app
icon: mdi:code-braces
- title: Excalidraw
url: https://draw.sirblob.co/
@@ -510,7 +510,7 @@
{{ if or $isShows $isMusic }}
{{ $thumbID = $session.String "parentThumb" }}
{{ end }}
{{ $thumbURL = concat "https://plex1.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
{{ $duration = $session.Float "duration" }}
{{ $offset = $session.Float "viewOffset" }}
@@ -873,7 +873,7 @@
{{ if or $isShows $isMusic}}
{{ $thumbID = $item.String "parentThumb" }}
{{ end }}
{{ $thumbURL = concat "https://plex1.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
{{ $thumbURL = concat "https://plex.sirblob.co" $thumbID "?X-Plex-Token=" $apiKey }}
{{ $time := $item.String "viewedAt" }}
{{ if $timeAbsolute }}