Skip to content

Commit

Permalink
remove limiter_deduplication attribute from print output on xautopf
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Jun 27, 2024
1 parent 9427513 commit 813b0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions musify/libraries/local/playlist/xautopf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class XAutoPF(LocalPlaylist[AutoMatcher]):
"""

__slots__ = ("_parser", "_limiter_deduplication")
__attributes_ignore__ = ("limiter_deduplication",)

valid_extensions = frozenset({".xautopf"})

Expand Down

0 comments on commit 813b0f0

Please sign in to comment.