View Issue Details

IDProjectCategoryView StatusLast Update
0007653Last.fm pluginScrobblingpublic2011-09-08 20:15
Reporterpeke Assigned To 
PriorityimmediateSeverityblockReproducibilitysometimes
Status closedResolutionfixed 
Product Version1.0.2 
Fixed in Version1.0.2 
Summary0007653: Collections/Filters do not work as designed
DescriptionSelection of Collections/Filters can break Last.FM Functionality in MM
TagsNo tags attached.
Fixed in build

Relationships

related to 0007962 closedjiri MMW v4 A bug in SQLite 3.6.18 -> update to the latest version 

Activities

peke

2011-06-16 10:08

developer   ~0026172

This was caused cause when OpenSQL, QuerySongs and other SQL calls do not return anything in case it contain Trailing space.

Example: 'Songs.id=' + IntToStr(TrackInfo.MM_TrackID) + ' AND' + SDB.Database.GetFilterQuery[ID] -> 'Songs.id=13586 AND TrackType in (8, 9) '

peke

2011-06-16 12:40

developer   ~0026177

Fixed in 1.0.2.27