Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Took out an erroneous slash from the Track class that was causing fat…
Browse files Browse the repository at this point in the history
…al errors.
  • Loading branch information
nickbart committed Dec 24, 2012
1 parent 4eacf8f commit b7bfa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Library/Item/Track.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function getOriginalTitle()
{
return $this->originalTitle;
}
/

/**
* Sets the original title.
*
Expand Down

0 comments on commit b7bfa42

Please sign in to comment.