Skip to content

Commit

Permalink
Disable last.fm track title validation
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritualized committed Sep 9, 2020
1 parent 412acfe commit 23ca0a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions centrifuge.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ def main():
lastfm.enable_file_cache(86400 * 365 * 5)

validator = ReleaseValidator(lastfm)
validator.disable_lastfm_track_title_validation()


if args.expunge_comments_with_substring:
validator.add_forbidden_comment_substring(args.expunge_comments_with_substring)
Expand Down

0 comments on commit 23ca0a5

Please sign in to comment.