11 lines
392 B
Plaintext
Executable File
11 lines
392 B
Plaintext
Executable File
post_upgrade() {
|
|
if [ $(vercmp "$2" 1.10.0) -lt 0 ]; then
|
|
cat << EOF
|
|
You are upgrading from Jellyfin MPV Shim v1.9 or older. To ensure that the player works properly, please log out and back in the first time you launch Jellyfin MPV Shim after upgrading.
|
|
For more information, please refer to the release notes:
|
|
https://github.com/jellyfin/jellyfin-desktop/releases/tag/v1.10.1
|
|
EOF
|
|
|
|
fi
|
|
}
|