Compare commits

..

3 Commits

Author SHA1 Message Date
ksyasuda
7ad12b0da8 squash more bugs 2022-06-12 21:51:53 -07:00
ksyasuda
c7911dc0a7 squash some bugs 2022-06-12 21:33:12 -07:00
ksyasuda
92b10cc0f6 update readme 2022-06-12 21:20:15 -07:00
2 changed files with 5 additions and 17 deletions

View File

@ -222,18 +222,6 @@ This option will present the name and episode number of 30 recently updated anim
</details>
<details>
<summary>Example</summary>
<div align="center">
![example](https://imgur.com/d23iYy7.gif)
</div>
</details>
### Option 5: Play from File
<details>

View File

@ -279,7 +279,7 @@ check_flags() {
args+=(-d"$dl_dir")
fi
if ((IS_DOWNLOAD)); then
args+=(-d)
args+=(-d "$DEFAULT_DOWNLOAD")
fi
if ((IS_PLAY_FROM_FILE)); then
args+=(-f"$play_path")