Skip to content

Commit

Permalink
fix clipping description, update docker compose sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Apr 13, 2024
1 parent 3976f5e commit 9f86a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ export const MpvSettings = () => {
),
description: t('setting.replayGainClipping', {
ReplayGain: 'ReplayGain',
context: 'description',
postProcess: 'sentenceCase',
}),
title: t('setting.replayGainClipping', {
Expand Down

0 comments on commit 9f86a81

Please sign in to comment.