Update configuration and enhance media processing: add stream token TTL and timeout settings in .env.example, improve error handling in media endpoints, and refactor command handlers for asynchronous operations. Update documentation to reflect current application state and features.
This commit is contained in:
@@ -194,6 +194,8 @@ const resources = {
|
||||
addSelected: 'Добавить выбранные',
|
||||
noMatches: 'Нет подходящих файлов',
|
||||
addedCount: 'Добавлено серий: {{count}}',
|
||||
candidatesTruncated:
|
||||
'Показаны не все файлы (слишком много готовых ассетов) — уточните фильтр, чтобы увидеть остальные.',
|
||||
},
|
||||
channels: {
|
||||
title: 'Каналы',
|
||||
@@ -554,6 +556,8 @@ const resources = {
|
||||
addSelected: 'Add selected',
|
||||
noMatches: 'No matching files',
|
||||
addedCount: 'Episodes added: {{count}}',
|
||||
candidatesTruncated:
|
||||
'Not all files are shown (too many ready assets) — narrow the filter to see the rest.',
|
||||
},
|
||||
channels: {
|
||||
title: 'Channels',
|
||||
|
||||
Reference in New Issue
Block a user