X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fsimadb.py;h=284f11562cbed58801eef6816d24d768e801c255;hb=57621c64288a742232b379b53bfe5fce34959535;hp=4db498dad354b870357674c15ff2f6c2888da41c;hpb=5fe20b6caffe162afe5be18e77fe40004d00c95e;p=mpd-sima.git diff --git a/sima/lib/simadb.py b/sima/lib/simadb.py index 4db498d..284f115 100644 --- a/sima/lib/simadb.py +++ b/sima/lib/simadb.py @@ -147,7 +147,7 @@ class SimaDB(object): if not in database insert new entry.""" art = track.artist nam = track.title - fil = track.get_filename() + fil = track.file if with_connection: connection = with_connection else: @@ -272,7 +272,7 @@ class SimaDB(object): def get_bl_album(self, track, with_connection=None, add_not=None): - """get blacklisted track information from the database.""" + """get blacklisted album information from the database.""" if with_connection: connection = with_connection else: