mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
update cards
This commit is contained in:
@@ -142,9 +142,15 @@ namespace MediaBrowser.Common.Implementations.Security
|
||||
}
|
||||
set
|
||||
{
|
||||
if (value != LicenseFile.RegKey)
|
||||
var newValue = value;
|
||||
if (newValue != null)
|
||||
{
|
||||
LicenseFile.RegKey = value;
|
||||
newValue = newValue.Trim();
|
||||
}
|
||||
|
||||
if (newValue != LicenseFile.RegKey)
|
||||
{
|
||||
LicenseFile.RegKey = newValue;
|
||||
LicenseFile.Save();
|
||||
|
||||
// re-load registration info
|
||||
|
||||
Reference in New Issue
Block a user