Rename media sources (#25)

* Renamed MediaSource to Sources

* Renamed MediaItem controller namespace
This commit is contained in:
Kieran
2024-02-20 17:48:20 -08:00
committed by GitHub
parent 69c47c2c65
commit af7e76c1d1
36 changed files with 87 additions and 87 deletions
@@ -2,7 +2,7 @@ defmodule PinchflatWeb.Pages.PageController do
use PinchflatWeb, :controller
alias Pinchflat.Repo
alias Pinchflat.MediaSource.Source
alias Pinchflat.Sources.Source
alias Pinchflat.Profiles.MediaProfile
def home(conn, params) do