aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Test Data
diff options
context:
space:
mode:
authorAmbulantRex <21176662+AmbulantRex@users.noreply.github.com>2023-03-30 08:59:21 -0600
committerAmbulantRex <21176662+AmbulantRex@users.noreply.github.com>2023-03-30 08:59:21 -0600
commit891b9f7a997ce5e5892c1b0f166a921ff07abf68 (patch)
tree539177d4c5efc5b783b87cb6c8792147d73c468c /tests/Jellyfin.Server.Implementations.Tests/Test Data
parentd45cabfa74263b4f11945fc88daeffa75ed77570 (diff)
Add DLL whitelist support for plugins
Diffstat (limited to 'tests/Jellyfin.Server.Implementations.Tests/Test Data')
-rw-r--r--tests/Jellyfin.Server.Implementations.Tests/Test Data/Updates/manifest-stable.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/Jellyfin.Server.Implementations.Tests/Test Data/Updates/manifest-stable.json b/tests/Jellyfin.Server.Implementations.Tests/Test Data/Updates/manifest-stable.json
index fa8fbd8d2c..d69a52d6d0 100644
--- a/tests/Jellyfin.Server.Implementations.Tests/Test Data/Updates/manifest-stable.json
+++ b/tests/Jellyfin.Server.Implementations.Tests/Test Data/Updates/manifest-stable.json
@@ -13,7 +13,8 @@
"targetAbi": "10.6.0.0",
"sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.0.0.0.zip",
"checksum": "93e969adeba1050423fc8817ed3c36f8",
- "timestamp": "2020-08-17T01:41:13Z"
+ "timestamp": "2020-08-17T01:41:13Z",
+ "assemblies": [ "Jellyfin.Plugin.Anime.dll" ]
},
{
"version": "9.0.0.0",
@@ -21,9 +22,10 @@
"targetAbi": "10.6.0.0",
"sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_9.0.0.0.zip",
"checksum": "9b1cebff835813e15f414f44b40c41c8",
- "timestamp": "2020-07-20T01:30:16Z"
+ "timestamp": "2020-07-20T01:30:16Z",
+ "assemblies": [ "Jellyfin.Plugin.Anime.dll" ]
}
- ]
+ ]
},
{
"guid": "70b7b43b-471b-4159-b4be-56750c795499",
@@ -681,4 +683,4 @@
}
]
}
-] \ No newline at end of file
+]