mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-26 10:45:38 +02:00
add proper titles to every page
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
let requests: SeasonRequest[] = $state(page.data.requestsData);
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>TV Show Requests - MediaManager</title>
|
||||
<meta content="View and manage TV show download requests in MediaManager" name="description" />
|
||||
</svelte:head>
|
||||
|
||||
<header class="flex h-16 shrink-0 items-center gap-2">
|
||||
<div class="flex items-center gap-2 px-4">
|
||||
<Sidebar.Trigger class="-ml-1" />
|
||||
|
||||
Reference in New Issue
Block a user