[tags] Add tags to scrobble media models
This commit is contained in:
@ -60,6 +60,7 @@ class ScrobblableMixin(TimeStampedModel):
|
||||
base_run_time_seconds = models.IntegerField(**BNULL)
|
||||
|
||||
genre = TaggableManager(through=ObjectWithGenres, blank=True)
|
||||
tags = TaggableManager(blank=True)
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
||||
Reference in New Issue
Block a user