From 51818bcf9718a782a380251f2b63676e616f497a Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 14 Mar 2025 01:12:51 +0200 Subject: kinda what the decentralized radio does on the browser, but we try on the terminal here --- modules/mixtapes/main.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/mixtapes/main.sh') diff --git a/modules/mixtapes/main.sh b/modules/mixtapes/main.sh index ce9b35a..3448209 100755 --- a/modules/mixtapes/main.sh +++ b/modules/mixtapes/main.sh @@ -44,6 +44,7 @@ if [ ! -z $1 ]; then -r | --read) _ak_modules_mixtapes_read $2; exit;; -s | --specs) _ak_modules_mixtapes_specs $2; exit;; -x | --html) _ak_modules_mixtapes_html $2; exit;; + -f | --find-now) _ak_modules_mixtapes_find_now; exit;; * ) _ak_usage;; esac else _ak_usage -- cgit v1.2.3