From f0bf24e89507bce02fc73b937cfe1ee270c62009 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 2 Aug 2010 19:56:54 -0400 Subject: [PATCH] teamplayer/settings_local.py: TP_PLAY_SIMILAR_ARTIST no longer an option --- teamplayer/settings_local.py | 1 - 1 file changed, 1 deletion(-) diff --git a/teamplayer/settings_local.py b/teamplayer/settings_local.py index 2a70c4d..6d1faaf 100644 --- a/teamplayer/settings_local.py +++ b/teamplayer/settings_local.py @@ -11,4 +11,3 @@ 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