Skip to content

Commit

Permalink
Refine comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arsaboo committed Dec 17, 2024
1 parent fa2dd13 commit 2890dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/discogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self):
"separator": ", ",
"index_tracks": False,
"append_style_genre": False,
"max_track_count": 100, # Add a configuration option for max track count
"max_track_count": 100, # Add a configuration option
}
)
self.config["apikey"].redact = True
Expand Down

0 comments on commit 2890dbd

Please sign in to comment.