Use localized scrobbled_at label

This commit is contained in:
Claudio Ortolina
2025-04-10 12:49:23 +01:00
parent 4fc86c959b
commit 099c895c8f
4 changed files with 31 additions and 4 deletions
+4
View File
@@ -7,6 +7,10 @@
# General application configuration
import Config
config :elixir, :time_zone_database, TimeZoneInfo.TimeZoneDatabase
config :time_zone_info, update: :daily
config :music_library,
ecto_repos: [MusicLibrary.Repo, MusicLibrary.ErrorRepo],
generators: [timestamp_type: :utc_datetime, binary_id: true]