mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
Using SortValue instead of API hack for history
Fixed jshint for series collection
This commit is contained in:
@@ -47,7 +47,7 @@ define(
|
||||
}
|
||||
});
|
||||
|
||||
var mixedIn = AsPersistedStateCollection.call(Collection);
|
||||
var collection = new mixedIn(SeriesData);
|
||||
var MixedIn = AsPersistedStateCollection.call(Collection);
|
||||
var collection = new MixedIn(SeriesData);
|
||||
return collection;
|
||||
});
|
||||
|
Reference in New Issue
Block a user