Added KOITO_DATE_FORMAT option to choose how the dates are displayed

This commit is contained in:
joffrey-b 2026-04-21 11:17:47 +02:00
parent 0ec7b458cc
commit 61d5f2f5f0
10 changed files with 53 additions and 9 deletions

View file

@ -455,6 +455,7 @@ type ApiError = {
};
type Config = {
default_theme: string;
date_format: string;
};
type NowPlaying = {
currently_playing: boolean;