Skip to content

Commit

Permalink
add 360 audio to album version
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilvx committed Dec 14, 2023
1 parent 300c614 commit bad1274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/enums/album_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class AlbumVersionEnum(Enum):
"""

Explicit = ("explicit",)
_360_AUDIO = ("360 audio",)

ANNIVERSARY_EDITION = ("anniversary",)
DIAMOND_EDITION = ("diamond",)
Expand All @@ -31,6 +32,7 @@ class AlbumVersionEnum(Enum):
Acoustic = ("acoustic",)
instrumental = ("instrumental",)
DOUBLE_DISC = ("double disc", "double disk")
Unplugged = ("unplugged",)

SUMMER_EDITION = ("summer",)
WINTER_EDITION = ("winter",)
Expand Down

0 comments on commit bad1274

Please sign in to comment.