mirror of https://github.com/lidarr/Lidarr
Remove empty spaces from SaveProviderHandler
This commit is contained in:
parent
f538feb798
commit
0deb9de331
|
@ -54,7 +54,7 @@ function createSaveProviderHandler(section, url, options = {}, removeStale = fal
|
|||
|
||||
request.done((data) => {
|
||||
lastSaveData = null;
|
||||
|
||||
|
||||
if (!Array.isArray(data)) {
|
||||
data = [data];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue