mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Add path to scene sort by options
This commit is contained in:
@@ -51,7 +51,7 @@ export class ListFilterModel {
|
|||||||
switch (filterMode) {
|
switch (filterMode) {
|
||||||
case FilterMode.Scenes:
|
case FilterMode.Scenes:
|
||||||
if (!!this.sortBy === false) { this.sortBy = "date"; }
|
if (!!this.sortBy === false) { this.sortBy = "date"; }
|
||||||
this.sortByOptions = ["title", "rating", "date", "filesize", "duration", "framerate", "bitrate", "random"];
|
this.sortByOptions = ["title", "path", "rating", "date", "filesize", "duration", "framerate", "bitrate", "random"];
|
||||||
this.displayModeOptions = [
|
this.displayModeOptions = [
|
||||||
DisplayMode.Grid,
|
DisplayMode.Grid,
|
||||||
DisplayMode.List,
|
DisplayMode.List,
|
||||||
|
|||||||
Reference in New Issue
Block a user