Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/awy/mirror/slim/7.6/trunk/server@32656 62299810-d8cb-41fd-93b7-d32162e5a4a4
  • Loading branch information
mherger committed Jul 9, 2011
1 parent fd55df0 commit 1491c37
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Slim/Control/Queries.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1607,17 +1607,6 @@ sub musicfolderQuery {
my $topPath = $topLevelObj->path;

# now build the result

my $playalbum;
if ( $request->client ) {
$playalbum = $prefs->client($request->client)->get('playtrackalbum');
}

# if player pref for playtrack album is not set, get the old server pref.
if ( !defined $playalbum ) {
$playalbum = $prefs->get('playtrackalbum');
}

if (Slim::Music::Import->stillScanning()) {
$request->addResult("rescan", 1);
}
Expand Down

0 comments on commit 1491c37

Please sign in to comment.