fix clipping description, update docker compose sample
This commit is contained in:
parent
3976f5e5bf
commit
9f86a8179f
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: '3.5'
|
|||
services:
|
||||
feishin:
|
||||
container_name: feishin
|
||||
image: jeffvli/feishin
|
||||
image: ghcr.io/jeffvli/feishin:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9180:9180
|
||||
|
|
|
@ -382,6 +382,7 @@ export const MpvSettings = () => {
|
|||
),
|
||||
description: t('setting.replayGainClipping', {
|
||||
ReplayGain: 'ReplayGain',
|
||||
context: 'description',
|
||||
postProcess: 'sentenceCase',
|
||||
}),
|
||||
title: t('setting.replayGainClipping', {
|
||||
|
|
Reference in a new issue