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

@@ -49,6 +49,8 @@ module Adamantium
get "/movies", to: "movies.index"
get "/recently_played", to: "recently_played.index"
get "/:slug", to: "pages.show"
get "/trips", to: "trips.index"