mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
update image encoding
This commit is contained in:
@@ -219,6 +219,10 @@ namespace MediaBrowser.Common.Implementations.Security
|
||||
{
|
||||
SupporterKey = reg.key;
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new PaymentRequiredException();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -227,6 +231,11 @@ namespace MediaBrowser.Common.Implementations.Security
|
||||
SaveAppStoreInfo(parameters);
|
||||
throw;
|
||||
}
|
||||
catch (PaymentRequiredException)
|
||||
{
|
||||
SaveAppStoreInfo(parameters);
|
||||
throw;
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.ErrorException("Error registering appstore purchase {0}", e, parameters ?? "NO PARMS SENT");
|
||||
|
||||
Reference in New Issue
Block a user