Simon Diesenreiter dbd83ebb6a
Some checks failed
CI / linter (9.0.X, ubuntu-latest) (push) Failing after 1m3s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Failing after 4m47s
feat: basic initial implementation of spotify client link validator and song submission form refs: NOISSUE
2025-05-30 22:51:44 +02:00

7 lines
216 B
Plaintext

@model Song
<label asp-for="Name">Name:</label>
<input asp-for="Name" />
<label asp-for="Artist">Artist:</label>
<input asp-for="Artist" />
<label asp-for="SpotifyId">Spotify ID:</label>
<input asp-for="SpotifyId" />