Added description to source (#124)

This commit is contained in:
Kieran
2024-03-25 20:40:09 -07:00
committed by GitHub
parent 42a418f79e
commit 7411177e7d
4 changed files with 30 additions and 0 deletions
+2
View File
@@ -17,6 +17,7 @@ defmodule Pinchflat.Sources.Source do
collection_id
collection_type
custom_name
description
nfo_filepath
poster_filepath
fanart_filepath
@@ -55,6 +56,7 @@ defmodule Pinchflat.Sources.Source do
schema "sources" do
field :custom_name, :string
field :description, :string
field :collection_name, :string
field :collection_id, :string
field :collection_type, Ecto.Enum, values: [:channel, :playlist]