commit 9099f3cbb0458b8e3924b11b9ca41844c16d7ecb parent 154983d2f54f3e4161da3b8309b27f756e117f14 Author: Alex Balgavy <alex@balgavy.eu> Date: Wed, 25 May 2022 21:11:35 +0200 linkhandler: add a URL Diffstat:
M | scripts/linkhandler | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/linkhandler b/scripts/linkhandler @@ -58,7 +58,7 @@ sub notify { return; } -if ( includes_strs( ['bandcamp.com'] ) ) { +if ( includes_strs( ['bandcamp.com', 'godisanastronaut.com'] ) ) { $choice = choose( [ 'Download', 'Play' ] ); if ( $choice eq 'Download' ) {