mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Updated strings to "Jellyfin Server"
This commit is contained in:
parent
f7061e353e
commit
051c67a537
@ -274,7 +274,7 @@ namespace Emby.Dlna.Main
|
|||||||
Location = uri, // Must point to the URL that serves your devices UPnP description document.
|
Location = uri, // Must point to the URL that serves your devices UPnP description document.
|
||||||
FriendlyName = "Jellyfin",
|
FriendlyName = "Jellyfin",
|
||||||
Manufacturer = "Jellyfin",
|
Manufacturer = "Jellyfin",
|
||||||
ModelName = "Jellyfin Media Player",
|
ModelName = "Jellyfin Server",
|
||||||
Uuid = udn
|
Uuid = udn
|
||||||
// This must be a globally unique value that survives reboots etc. Get from storage or embedded hardware etc.
|
// This must be a globally unique value that survives reboots etc. Get from storage or embedded hardware etc.
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@ namespace Emby.Dlna.Profiles
|
|||||||
|
|
||||||
Manufacturer = "Jellyfin";
|
Manufacturer = "Jellyfin";
|
||||||
ModelDescription = "UPnP/AV 1.0 Compliant Media Server";
|
ModelDescription = "UPnP/AV 1.0 Compliant Media Server";
|
||||||
ModelName = "Jellyfin Media Player";
|
ModelName = "Jellyfin Server";
|
||||||
ModelNumber = "01";
|
ModelNumber = "01";
|
||||||
ModelUrl = "https://github.com/jellyfin/jellyfin";
|
ModelUrl = "https://github.com/jellyfin/jellyfin";
|
||||||
ManufacturerUrl = "https://github.com/jellyfin/jellyfin";
|
ManufacturerUrl = "https://github.com/jellyfin/jellyfin";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user