Open kozaka-tv opened 4 months ago
TODO add: 'and colTagged != 'ODLC'?' to the SQL Query
songs = cur.execute("SELECT distinct colFileName FROM songs where colArtist like ? and colTitle like ?", ("%" + artist + "%", "%" + title + "%")).fetchall()
TODO add: 'and colTagged != 'ODLC'?' to the SQL Query
songs = cur.execute("SELECT distinct colFileName FROM songs where colArtist like ? and colTitle like ?", ("%" + artist + "%", "%" + title + "%")).fetchall()