Fixed TV show output template

This commit is contained in:
Kieran Eglin 2024-03-15 11:34:34 -07:00
parent fbe21cb304
commit 8f9eab3115
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -70,7 +70,7 @@ defmodule PinchflatWeb.MediaProfiles.MediaProfileHTML do
end end
defp media_center_output_template do defp media_center_output_template do
"/shows/{{ source_custom_name }}/{{ season_from_date }}/{{ season_episode_from_date }} - {{ title }}.{{ ext }}" "/shows/{{ source_custom_name }}/Season {{ season_from_date }}/{{ season_episode_from_date }} - {{ title }}.{{ ext }}"
end end
defp audio_output_template do defp audio_output_template do