WIP. A little custom music server
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: add safe area so audioplayer isn't covering shit

+1 -1
+1 -1
web/src/routes/__root.tsx
··· 46 46 <head> 47 47 <HeadContent /> 48 48 </head> 49 - <body> 49 + <body className="pb-[120px]"> 50 50 <AudioPlayer /> 51 51 {children} 52 52 <TanStackDevtools