[videos] Add skatevideo lookup properly

This commit is contained in:
2024-09-06 11:01:45 -04:00
parent b5d194e74f
commit 0a8acdf33f
3 changed files with 135 additions and 52 deletions

View File

@ -123,6 +123,7 @@ class Video(ScrobblableMixin):
UNKNOWN = "U", _("Unknown")
TV_EPISODE = "E", _("TV Episode")
MOVIE = "M", _("Movie")
SKATE_VIDEO = "S", _("Skate Video")
video_type = models.CharField(
max_length=1,