mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 22:16:09 +05:00
Video player with playback speed, PIP and Download support (#497)
* video playback support with play button in details view and torrent card * added translation keys and minor bug fix * removed unused "play" string * updated required go dependency * rearranged go dependencies to remove the warnings * reverted the build related changes * Added Playback speed, PIP and Dowload support * added translation keys for all languages and updated getVideoCaption function logic --------- Co-authored-by: nikk <1551446+tsynik@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,7 @@ require (
|
||||
github.com/anacrolix/log v0.16.0
|
||||
github.com/anacrolix/missinggo/v2 v2.8.0
|
||||
github.com/anacrolix/publicip v0.3.1
|
||||
github.com/kljensen/snowball v0.9.0
|
||||
github.com/anacrolix/torrent v1.58.1
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/gin-contrib/cors v1.7.5
|
||||
@@ -36,6 +37,11 @@ require (
|
||||
gopkg.in/vansante/go-ffprobe.v2 v2.2.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
google.golang.org/protobuf v1.34.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/KyleBanks/depth v1.2.1 // indirect
|
||||
github.com/RoaringBitmap/roaring v1.9.4 // indirect
|
||||
|
||||
Reference in New Issue
Block a user