feature(web): Added option to download file and copy stream url (#209)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-02-01 15:22:22 +01:00 committed by GitHub
parent 54babaec89
commit bd8faf2f6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 61 additions and 18 deletions

View file

@ -1149,5 +1149,14 @@
"mediaSegmentOutro": "Outro",
"mediaSegmentIntro": "Intro",
"errorLogs": "Error logs",
"external": "External"
"external": "External",
"downloadFile": "Download {type}",
"@downloadFile": {
"placeholders": {
"type": {
"type": "String"
}
}
},
"copyStreamUrl": "Copy stream url"
}