Skip to content

Commit 3bbd839

Browse files
committed
chore: Add some extra details to the media server integration
1 parent 376969d commit 3bbd839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Filament/Resources/MediaServerIntegrations/Pages/ListMediaServerIntegrations.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class ListMediaServerIntegrations extends ListRecords
1010
{
1111
protected static string $resource = MediaServerIntegrationResource::class;
1212

13+
protected ?string $subheading = 'Access your media server content directly within M3U Editor by integrating with popular media servers like Emby and Jellyfin. An associated playlist will be automatically created for each integration to manage content like you would for any other playlist.';
14+
1315
protected function getHeaderActions(): array
1416
{
1517
return [

0 commit comments

Comments
 (0)