diff --git a/beetsplug/playlist.py b/beetsplug/playlist.py index a6ab8d18b..759eaa51b 100644 --- a/beetsplug/playlist.py +++ b/beetsplug/playlist.py @@ -41,7 +41,7 @@ class PlaylistQuery(beets.dbcore.FieldQuery): try: f = open(beets.util.syspath(playlist_path), mode='rb') - except OSError: + except (OSError, IOError): continue if config['relative_to'].get() == 'library':