Skip to content

Commit

Permalink
Update videostation_for_722.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
007revad authored Aug 29, 2024
1 parent 64a1e10 commit fee9da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions videostation_for_722.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# or add OpenSubtitle changes from 3.1.1-3168 to 3.1.0-3153
#------------------------------------------------------------------------------

scriptver="v1.0.0"
scriptver="v1.0.1"
script=VideoStation_for_DSM722
repo="007revad/VideoStation_for_DSM722"
scriptname=videostation_for_722
Expand Down Expand Up @@ -478,7 +478,7 @@ if [[ ${ame_version:0:1} -gt "3" ]]; then
fi

# CodecPack (Advanced Media Extensions)
if ! check_pkg_installed CodecPack && [[ $ame_version == "30.1.0-3005" ]]; then
if ! check_pkg_installed CodecPack && [[ $ame_version != "30.1.0-3005" ]]; then
download_pkg CodecPack "3.1.0-3005" "CodecPack-${arch}-3.1.0-3005.spk"
package_install "CodecPack-${arch}-3.1.0-3005.spk" "Advanced Media Extensions"
package_stop CodecPack "Advanced Media Extensions"
Expand Down

0 comments on commit fee9da4

Please sign in to comment.