defmodule ExshomePlayer do @moduledoc """ Application related to the player. """ alias ExshomePlayer.Web.Live use Exshome.App, pages: [Live.Index, Live.Playlist], prefix: :player, preview: Live.Preview end