mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
5 lines
234 B
SQL
Executable File
5 lines
234 B
SQL
Executable File
# This patch will remove calendar from the menu items
|
|
# The decision was made that the calendar feature is best suited
|
|
# for third party tools that do it much better (Sonarr, Sickbeard, etc.)
|
|
|
|
DELETE FROM menu WHERE href = 'calendar'; |