🎉 Added jellyfin-mpv-shim

This commit is contained in:
2021-11-18 16:24:10 +01:00
parent 766b15fab2
commit f4b5e9acc5
3 changed files with 25 additions and 7 deletions

18
jellyfin-mpv-shim.json Normal file
View File

@ -0,0 +1,18 @@
{
"checkver": {
"github": "https://github.com/jellyfin/jellyfin-mpv-shim"
},
"autoupdate": {
"url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v$version/jellyfin-mpv-shim_$version_installer.exe"
},
"version": "2.0.1",
"innosetup": true,
"url": "https://github.com/jellyfin/jellyfin-mpv-shim/releases/download/v2.0.1/jellyfin-mpv-shim_2.0.1_installer.exe",
"hash": "2218b01af538c6e995bc209a659336ed5f7fb0aa9dd9e2e67ba7702a0228c70b",
"shortcuts": [
[
"run.exe",
"jellyfin mpv"
]
]
}