Compare commits

..

No commits in common. "7ad12b0da8e53241ce4a2bfbcaca46f518f1ea66" and "e9c2048076c7db371854f4a09fa2209f813c9c2b" have entirely different histories.

2 changed files with 17 additions and 5 deletions

View File

@ -222,6 +222,18 @@ 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 "$DEFAULT_DOWNLOAD")
args+=(-d)
fi
if ((IS_PLAY_FROM_FILE)); then
args+=(-f "$play_path")