@using System.ComponentModel.DataAnnotations; @using System.Net.Http @using System.Net.Http.Json @using System.Threading @using System.Text @using Microsoft.AspNetCore.Components; @using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.WebAssembly.Http @using Microsoft.JSInterop @using FNZCM.Shared @using FNZCM.Shared.Helpers @using FNZCM.Shared.MediaModels @using FNZCM.BlazorWasm @using FNZCM.BlazorWasm.Models @using FNZCM.BlazorWasm.Helpers @using FNZCM.BlazorWasm.Utility @using FNZCM.BlazorWasm.UI @using FNZCM.BlazorWasm.UI.Components @using FNZCM.BlazorWasm.UI.Components.Fnz @using FNZCM.BlazorWasm.UI.Components.Fnz.Bases @using FNZCM.BlazorWasm.UI.Components.Fnz.BoostrapBase @using FNZCM.BlazorWasm.UI.Components.Fnz.Modal @using FNZCM.BlazorWasm.UI.Components.Fnz.Collapse @using FNZCM.BlazorWasm.UI.Views.Default @using FNZCM.BlazorWasm.UI.Views.Default.Browse @using FNZCM.BlazorWasm.UI.Views.Default.Search @using FNZCM.BlazorWasm.UI.Views.Default.Playlist