fix clipping description, update docker compose sample

This commit is contained in:
Kendall Garner 2024-04-12 19:44:52 -07:00
parent 3976f5e5bf
commit 9f86a8179f
No known key found for this signature in database
GPG Key ID: 18D2767419676C87
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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', {