mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 15:38:13 -07:00
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:
parent
54babaec89
commit
bd8faf2f6a
5 changed files with 61 additions and 18 deletions
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue