Add Apple Music integration for now playing

This commit is contained in:
2023-11-02 08:58:44 +11:00
parent c1d756ec6f
commit 4b6107188e
15 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
module Admin
module Actions
module AppleMusic
class Index < Action
include Deps["views.apple_music.index"]
def handle(req, res)
res.render index
end
end
end
end
end