Skip to content

Commit dfe4bab

Browse files
committed
Bandwagon explore URL change.
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
1 parent 81001a6 commit dfe4bab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tibr-ext@andypiper.org/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ const TIBRStatusButton = GObject.registerClass(
494494
// TODO: probably make these URLs constants
495495
let bwfLinkItem = new PopupMenu.PopupMenuItem('Explore Bandwagon');
496496
bwfLinkItem.connect('activate', () =>
497-
Gio.app_info_launch_default_for_uri('https://bandwagon.fm/discover', null)
497+
Gio.app_info_launch_default_for_uri('https://bandwagon.fm/albums', null)
498498
);
499499
this.menu.addMenuItem(bwfLinkItem);
500500

0 commit comments

Comments
 (0)