CC-2110 : Soundcloud file metadata
added text area to preferences to allow for additional soundcloud tags.
This commit is contained in:
parent
df8b9af8f6
commit
c0e8152077
4 changed files with 31 additions and 2 deletions
|
@ -124,5 +124,13 @@ class Application_Model_Preference
|
|||
return Application_Model_Preference::GetValue("soundcloud_password");
|
||||
}
|
||||
|
||||
public static function SetSoundCloudTags($tags) {
|
||||
Application_Model_Preference::SetValue("soundcloud_tags", $tags);
|
||||
}
|
||||
|
||||
public static function GetSoundCloudTags() {
|
||||
return Application_Model_Preference::GetValue("soundcloud_tags");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue