Rename media sources (#25)

* Renamed MediaSource to Sources

* Renamed MediaItem controller namespace
This commit is contained in:
Kieran
2024-02-20 09:48:20 -08:00
committed by GitHub
parent d4d653398b
commit 7d62f7c7df
36 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ defmodule Pinchflat.Tasks.Task do
import Ecto.Changeset
alias Pinchflat.Media.MediaItem
alias Pinchflat.MediaSource.Source
alias Pinchflat.Sources.Source
schema "tasks" do
belongs_to :job, Oban.Job