Skip to content

Commit

Permalink
plain types playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Oct 17, 2023
1 parent 20d8028 commit 04a5b94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/models/playlist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ class Playlist < ApplicationRecord
class Types
def self.plain
[
"Playlist",
"Album",
"EP",
"Single",
"Compilation"
"playlist",
"album",
"ep",
"single",
"compilation"
]
end
end
Expand Down

0 comments on commit 04a5b94

Please sign in to comment.