mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
Revert "Add missing param"
This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace MediaBrowser.Common.Security
|
||||
/// Register an appstore sale
|
||||
/// </summary>
|
||||
/// <returns>true if successful</returns>
|
||||
Task<Boolean> RegisterAppStoreSale(string store, string application, string product, string feature,
|
||||
Task<Boolean> RegisterAppStoreSale(string store, string application, string product,
|
||||
string type, string storeId, string storeToken, string email, string amt);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user