Cyb3rN3xus
Cyb3rN3xus
A workaround: ```bash mystash() { # Define a list of potential stash directories local dirs=("$XDG_DATA_HOME/stash" "$HOME/.stash" "/media/.config/stash") local dir_found="" # Iterate through the list to find the first available directory...
Something we should decide about this is whether videos watched multiple times appear multiple times in this history view. Most often, it only appears for the last time viewed. However,...
Thumbs up for videos appearing a single time.
Thumbs up for videos appearing for each time viewed.
```jsx export const SettingsLogsPanel: React.FC = () => { const [entries, setEntries] = useState([]); const { data, error } = useLoggingSubscribe(); const [logLevel, setLogLevel] = useState("Info"); const intl = useIntl();...
I believe there should be an instance configuration to define the required fields. This would allow for instances that do not require any fields.