Skip to content

Commit

Permalink
Add SplitMergeMixin to Album (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Feb 4, 2024
1 parent dfc5471 commit d9539a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexapi/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def metadataDirectory(self):
@utils.registerPlexObject
class Album(
Audio,
UnmatchMatchMixin, RatingMixin,
SplitMergeMixin, UnmatchMatchMixin, RatingMixin,
ArtMixin, PosterMixin, ThemeUrlMixin,
AlbumEditMixins
):
Expand Down

0 comments on commit d9539a3

Please sign in to comment.