player: add quality selector and theater mode
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{if or (not $currentEpID) (eq (printf "%v" $currentEpID) "0") (eq (printf "%v" $currentEpID) "")}}{{$currentEpID = "1"}}{{end}}
|
||||
{{$totalEpisodes := len $episodes}}
|
||||
|
||||
<div class="flex flex-col gap-6 pb-12 lg:flex-row lg:gap-6">
|
||||
<div id="watch-layout" class="flex flex-col gap-6 pb-12 lg:flex-row lg:gap-6">
|
||||
<div class="flex-1 min-w-0">
|
||||
<div class="flex items-center justify-between mb-4">
|
||||
<a href="/anime/{{$anime.MalID}}" class="inline-flex items-center gap-2 text-sm text-neutral-400 hover:text-white transition-colors">
|
||||
|
||||
Reference in New Issue
Block a user