groovebasin/lib
Andrew Kelley b861d4776c fix dynamic mode not sorting songs correctly
Previously when track information was loaded from the DB dates (such as
lastQueueDate) were read as strings since they were simply deserialized
with JSON.parse. Now type information is used to turn date properties
into actual dates so that sorting and date operations can work.
2014-04-18 12:16:28 -07:00
..
plugins re-write interface between client and server 2014-03-03 05:25:50 -05:00
deduped_queue.js fix upload for multiple files 2014-03-24 17:12:54 -07:00
groovebasin.js update to latest express/connect 2014-03-28 14:56:00 -07:00
mpd_api_server.js moving mpd client listener pattern out of eventemitter and into an array. closes #154. 2014-03-15 18:15:46 -07:00
mpd_protocol.js moving mpd client listener pattern out of eventemitter and into an array. closes #154. 2014-03-15 18:15:46 -07:00
player.js fix dynamic mode not sorting songs correctly 2014-04-18 12:16:28 -07:00
player_server.js refactor db props listings 2014-04-12 23:10:21 -07:00
protocol_parser.js re-write interface between client and server 2014-03-03 05:25:50 -05:00
safe_path.js improve import by URL feature. closes #171 2014-03-26 17:17:07 -07:00
server.js fix download plugin 2013-09-26 04:21:31 -04:00
web_socket_api_client.js re-write interface between client and server 2014-03-03 05:25:50 -05:00