mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 18:58:56 +00:00
4 lines
79 B
SQL
Executable File
4 lines
79 B
SQL
Executable File
#Remove My Downloads link from menu
|
|
|
|
DELETE FROM menu WHERE href = 'dlbrowse';
|