diff --git a/src/components/layout/Titlebar.tsx b/src/components/layout/Titlebar.tsx
index ad8cfe2..58dac0d 100644
--- a/src/components/layout/Titlebar.tsx
+++ b/src/components/layout/Titlebar.tsx
@@ -54,7 +54,7 @@ export default function Titlebar() {
data-tauri-drag-region
className="text-[11.5px] font-medium tracking-tight text-text-2"
>
- Jellyfin
+ Jellybloom
diff --git a/src/index.css b/src/index.css
index f3e42de..198c786 100644
--- a/src/index.css
+++ b/src/index.css
@@ -24,7 +24,7 @@
--color-text-4: rgba(255, 255, 255, 0.28);
--color-text-5: rgba(255, 255, 255, 0.16);
- /* ─── Accent (refined warm amber, the Jellyfin heritage) ─────── */
+ /* ─── Accent (refined warm amber, the Jellybloom heritage) ─────── */
--color-accent: #F5B642;
--color-accent-hover: #FFC656;
--color-accent-press: #E5A82E;
diff --git a/src/lib/device-profile.ts b/src/lib/device-profile.ts
index 5722f9b..1d67ef4 100644
--- a/src/lib/device-profile.ts
+++ b/src/lib/device-profile.ts
@@ -81,7 +81,7 @@ export function browserDeviceProfile(audioPassthrough = false) {
const videoRanges = supportedVideoRanges()
return {
- Name: 'Jellyfin Browser Client',
+ Name: 'Jellybloom Browser Client',
MaxStreamingBitrate: 120_000_000,
MaxStaticBitrate: 100_000_000,
MusicStreamingTranscodingBitrate: 384_000,
diff --git a/src/pages/DetailPage.tsx b/src/pages/DetailPage.tsx
index 48c99cf..f9b843f 100644
--- a/src/pages/DetailPage.tsx
+++ b/src/pages/DetailPage.tsx
@@ -40,10 +40,10 @@ export default function DetailPage() {
// page so items not in the library get a proper detail view + Request CTA.
const tmdbRoute = parseTmdbRouteId(id)
if (tmdbRoute) return
Customize your Jellyfin experience
+Customize your Jellybloom experience
- Your library is quiet. Add movies, shows, or music to your Jellyfin server and they'll appear here. + Your library is quiet. Add movies, shows, or music to your server and they'll appear here.
)