1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

Remove DEPRECATED comment

This commit is contained in:
Phyks (Lucas Verney) 2016-08-01 21:51:00 +02:00
parent e5211ffe69
commit e1887f88de

View file

@ -305,7 +305,6 @@ class Api
* artists
* This takes a collection of inputs and returns
* artist objects. This function is deprecated!
* //DEPRECATED
* @param array $input
*/
public static function artists($input)
@ -332,7 +331,6 @@ class Api
/**
* artist
* This returns a single artist based on the UID of said artist
* //DEPRECATED
* @param array $input
*/
public static function artist($input)