mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
fix clipping description, update docker compose sample
This commit is contained in:
parent
3976f5e5bf
commit
9f86a8179f
@ -2,7 +2,7 @@ version: '3.5'
|
|||||||
services:
|
services:
|
||||||
feishin:
|
feishin:
|
||||||
container_name: feishin
|
container_name: feishin
|
||||||
image: jeffvli/feishin
|
image: ghcr.io/jeffvli/feishin:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 9180:9180
|
- 9180:9180
|
||||||
|
@ -382,6 +382,7 @@ export const MpvSettings = () => {
|
|||||||
),
|
),
|
||||||
description: t('setting.replayGainClipping', {
|
description: t('setting.replayGainClipping', {
|
||||||
ReplayGain: 'ReplayGain',
|
ReplayGain: 'ReplayGain',
|
||||||
|
context: 'description',
|
||||||
postProcess: 'sentenceCase',
|
postProcess: 'sentenceCase',
|
||||||
}),
|
}),
|
||||||
title: t('setting.replayGainClipping', {
|
title: t('setting.replayGainClipping', {
|
||||||
|
Loading…
Reference in New Issue
Block a user