mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-23 17:42:19 +02:00
Backend add favorites
This commit is contained in:
+1
-1
@@ -1720,7 +1720,7 @@ class UltimateService:
|
||||
setup_recordings_routes(self.app, self.manager, self)
|
||||
setup_timers_routes(self.app, self.manager, self)
|
||||
setup_bookmarks_routes(self.app, self.manager, self)
|
||||
setup_favorites_routes(app, manager, service)
|
||||
setup_favorites_routes(self.app, self.manager, self)
|
||||
|
||||
# Core UI routes
|
||||
@self.app.route("/config")
|
||||
|
||||
Reference in New Issue
Block a user