Remove try catch block

Or what was left of it
This commit is contained in:
Salt 2020-03-04 03:50:53 -06:00
parent 64af929cf1
commit eac3503e90

View File

@ -44,7 +44,6 @@ class Library:
def validate(self): def validate(self):
self.load() self.load()
try:
for album, albumcontent in self.albums.items(): for album, albumcontent in self.albums.items():
for song, songcontent in albumcontent.items(): for song, songcontent in albumcontent.items():
for field in ['track', 'artist', 'source']: for field in ['track', 'artist', 'source']: