change album override label to podcast metadata override in preferences page

This commit is contained in:
Robbt 2019-01-13 00:40:13 -05:00
parent 8427d0a92a
commit eb349174dd
2 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ class PodcastManager {
array_push($episodes, $placeholder);
}
}
return $episodes;
return $episodPoes;
}
/**