teamplayer: add TP_PLAY_SIMILAR_ARTIST = True to settings_local.py

This commit is contained in:
Albert Hopkins 2010-07-28 06:41:38 -04:00
parent 145dc43c3d
commit 403e7df216
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ DATABASE_NAME = 'TP_DB/teamplayer.db'
#SONG_STORAGE = 'TP_DB/songs'
TP_MPD_HOME = 'TP_DB/mpd'
TP_REPO_URL = '/repo/'
TP_PLAY_SIMILAR_ARTIST = True