1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

Add support for non-autoloaded dynamic playlists that can be used for custom displays

Add a SocialPlaylistWidget that will display some cool social stats and lists, but none right now
This commit is contained in:
Leo Franchi
2011-07-29 14:06:44 -04:00
parent 72bfeba65a
commit ca467fb5bc
32 changed files with 648 additions and 257 deletions

View File

@@ -1,7 +1,6 @@
-- Script to migate from db version 24 to 25.
-- Added the social_attributes table.
--
-- Separate each command with %%
ALTER TABLE dynamic_playlist RENAME TO tmp_dynamic_playlist;