mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04: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