Closed GoogleCodeExporter closed 8 years ago
I will add in this option, but for now you can change this by editing
/static/main.js and change lines 23 to 30 from this:
sidebarItems.push({
xtype: 'playlist_sidebar',
//playlistStyle: 'titles',
//playlistStyle: '3line',
//playlistStyle: 'albums',
playlistStyle: 'albumcovers',
iconCls: 'icon-playlist',
})
to this:
sidebarItems.push({
xtype: 'playlist_sidebar',
playlistStyle: 'titles',
iconCls: 'icon-playlist',
})
Original comment by cseic...@gmail.com
on 1 Nov 2010 at 10:45
The latest release (0.4) will remember your last choice between sessions.
Original comment by cseic...@gmail.com
on 20 Nov 2010 at 6:05
Original issue reported on code.google.com by
Andyph...@gmail.com
on 1 Nov 2010 at 10:43