CC-4005: Tag files with Last Played date and number of times played

- fixed CRLF
This commit is contained in:
James 2012-09-10 18:07:12 -04:00
parent 645593f954
commit 585ee579d6
4 changed files with 10 additions and 10 deletions

View file

@ -221,7 +221,7 @@ class Application_Model_Webstream implements Application_Model_LibraryEditable
}
public function setLastPlayed($timestamp)
public function setLastPlayed($timestamp)
{
$this->webstream->setDbLPtime($timestamp);
$this->webstream->save();