Update bitrate display in jellyfin-quick-delete script
This commit is contained in:
parent
4c13315b04
commit
2b00d8b546
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@
|
|||
})
|
||||
.then((response) => response.json())
|
||||
.then((data) =>
|
||||
// Display bitrate
|
||||
alert(
|
||||
`${data.MediaStreams[0].BitRate.toString().substring(0, 4)}kbps | ${data.MediaStreams[0].BitRate.toString().length}`
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue