main
Bob Mottram 2025-05-19 18:06:53 +01:00
parent 50ad8aa6f2
commit 91d8e83e2c
1 changed files with 1 additions and 1 deletions

View File

@ -626,7 +626,7 @@ def daemon_http_get(self) -> None:
self.path = self.path.replace('?nodropdown', '')
# redirect music to #nowplaying list
if self.path == '/music' or self.path == '/NowPlaying':
if self.path in ('/music', '/NowPlaying'):
self.path = '/tags/NowPlaying'
if self.server.debug: