Skip to content

Commit 2fb5415

Browse files
committed
fix: sh-checker supported errors
1 parent c781629 commit 2fb5415

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

base/jellyfin.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ function download_wget_unzip_xiaoya_all_jellyfin() {
9494
extra_parameters="--workdir=/media/xiaoya"
9595
pull_run_glue 7z x -aoa -mmt=16 /media/temp/all_jf.mp4
9696

97-
98-
9997
end_time1=$(date +%s)
10098
total_time1=$((end_time1 - start_time1))
10199
total_time1=$((total_time1 / 60))
@@ -159,7 +157,6 @@ function download_unzip_xiaoya_all_jellyfin() {
159157
ERROR "all_jf.mp4 下载失败!"
160158
exit 1
161159
fi
162-
163160

164161
start_time1=$(date +%s)
165162

@@ -180,8 +177,6 @@ function download_unzip_xiaoya_all_jellyfin() {
180177
extra_parameters="--workdir=/media/xiaoya"
181178
pull_run_glue 7z x -aoa -mmt=16 /media/temp/all_jf.mp4
182179

183-
184-
185180
end_time1=$(date +%s)
186181
total_time1=$((end_time1 - start_time1))
187182
total_time1=$((total_time1 / 60))
@@ -225,8 +220,6 @@ function unzip_xiaoya_all_jellyfin() {
225220
extra_parameters="--workdir=/media/xiaoya"
226221
pull_run_glue 7z x -aoa -mmt=16 /media/temp/all_jf.mp4
227222

228-
229-
230223
end_time1=$(date +%s)
231224
total_time1=$((end_time1 - start_time1))
232225
total_time1=$((total_time1 / 60))

0 commit comments

Comments
 (0)