mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Add changed file that was missed in previous commit
This commit is contained in:
@@ -365,7 +365,7 @@ class Music
|
||||
}
|
||||
|
||||
if ($mus === false) {
|
||||
$mus = $this->fetchItunesProperties($title);
|
||||
$mus = $this->fetchItunesMusicProperties($title);
|
||||
} else {
|
||||
$mus = false;
|
||||
}
|
||||
@@ -863,7 +863,7 @@ class Music
|
||||
* @throws \DariusIII\ItunesApi\Exceptions\InvalidProviderException
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function fetchItunesProperties($title)
|
||||
protected function fetchItunesMusicProperties($title)
|
||||
{
|
||||
$mus = true;
|
||||
// Load genres.
|
||||
|
||||
Reference in New Issue
Block a user