forked from DebaucheryLibrarian/traxxx
Fixed movie stash hover color. Added secondary release date sorting on stashed releases.
This commit is contained in:
@@ -73,7 +73,7 @@ function initStashesActions(store, _router) {
|
||||
}
|
||||
}
|
||||
scenesConnection: stashesScenesConnection(
|
||||
orderBy: CREATED_AT_DESC
|
||||
orderBy: [CREATED_AT_DESC, RELEASE_BY_SCENE_ID__DATE_DESC]
|
||||
first: $limit
|
||||
offset: $offset
|
||||
) @include(if: $includeScenes) {
|
||||
@@ -86,7 +86,7 @@ function initStashesActions(store, _router) {
|
||||
}
|
||||
}
|
||||
moviesConnection: stashesMoviesConnection(
|
||||
orderBy: CREATED_AT_DESC
|
||||
orderBy: [CREATED_AT_DESC, MOVIE_BY_MOVIE_ID__DATE_DESC]
|
||||
first: $limit
|
||||
offset: $offset
|
||||
) @include(if: $includeMovies) {
|
||||
|
||||
Reference in New Issue
Block a user