Podcast scrobbling
This commit is contained in:
@@ -2,11 +2,15 @@ module Adamantium
|
||||
module Views
|
||||
module Podcasts
|
||||
class Index < View
|
||||
include Deps["repos.podcast_repo"]
|
||||
include Deps["repos.podcast_repo", "repos.podcast_scrobble_repo"]
|
||||
|
||||
expose :podcasts do
|
||||
podcast_repo.listing
|
||||
end
|
||||
|
||||
expose :listens do
|
||||
podcast_scrobble_repo.listing
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user