mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Add SplitMergeMixin to Album (#1339)
This commit is contained in:
parent
dfc54718d1
commit
d9539a357d
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class Artist(
|
|||
@utils.registerPlexObject
|
||||
class Album(
|
||||
Audio,
|
||||
UnmatchMatchMixin, RatingMixin,
|
||||
SplitMergeMixin, UnmatchMatchMixin, RatingMixin,
|
||||
ArtMixin, PosterMixin, ThemeUrlMixin,
|
||||
AlbumEditMixins
|
||||
):
|
||||
|
|
Loading…
Reference in a new issue