mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
update last used source
This commit is contained in:
parent
09ee0fa8ff
commit
d8df4340e4
2 changed files with 3 additions and 3 deletions
|
|
@ -1128,9 +1128,9 @@
|
|||
"manualSource": "Manual source selection",
|
||||
"manualSourceDescription": "Require picking a source before scraping. Disables automatic source selection and opens the source picker when starting playback.",
|
||||
"manualSourceLabel": "Manual source selection",
|
||||
"lastSuccessfulSource": "Last successful source",
|
||||
"lastSuccessfulSource": "Last used source",
|
||||
"lastSuccessfulSourceDescription": "Automatically prioritize the source that successfully provided content for the previous episode. This helps ensure continuity when watching series.",
|
||||
"lastSuccessfulSourceEnableLabel": "Last successful source"
|
||||
"lastSuccessfulSourceEnableLabel": "Last used source"
|
||||
},
|
||||
"reset": "Reset",
|
||||
"save": "Save",
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ export const usePreferencesStore = create(
|
|||
sourceOrder: [],
|
||||
enableSourceOrder: false,
|
||||
lastSuccessfulSource: null,
|
||||
enableLastSuccessfulSource: true,
|
||||
enableLastSuccessfulSource: false,
|
||||
disabledSources: [],
|
||||
embedOrder: [],
|
||||
enableEmbedOrder: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue