jellyfin-archive / jellyfin-plugin-email

https://jellyfin.org
MIT License
4 stars 7 forks source link

Plugin build fails due to IEncryptionManager #5

Closed joshuaboniface closed 5 years ago

joshuaboniface commented 5 years ago
Api/ServerApiEntryPoints.cs(22,26): error CS0246: The type or namespace name 'IEncryptionManager' could not be found (are you missing a using directive or an assembly reference?) [/srv/jellyfin/projects/plugin/jellyfin-plugin-emailnotifications/MediaBrowser.Plugins.SmtpNotifications/MediaBrowser.Plugins.SmtpNotifications.csproj]
Api/ServerApiEntryPoints.cs(25,77): error CS0246: The type or namespace name 'IEncryptionManager' could not be found (are you missing a using directive or an assembly reference?) [/srv/jellyfin/projects/plugin/jellyfin-plugin-emailnotifications/MediaBrowser.Plugins.SmtpNotifications/MediaBrowser.Plugins.SmtpNotifications.csproj]
Notifier.cs(17,26): error CS0246: The type or namespace name 'IEncryptionManager' could not be found (are you missing a using directive or an assembly reference?) [/srv/jellyfin/projects/plugin/jellyfin-plugin-emailnotifications/MediaBrowser.Plugins.SmtpNotifications/MediaBrowser.Plugins.SmtpNotifications.csproj]
Notifier.cs(21,41): error CS0246: The type or namespace name 'IEncryptionManager' could not be found (are you missing a using directive or an assembly reference?) [/srv/jellyfin/projects/plugin/jellyfin-plugin-emailnotifications/MediaBrowser.Plugins.SmtpNotifications/MediaBrowser.Plugins.SmtpNotifications.csproj]
Plugin.cs(19,26): error CS0246: The type or namespace name 'IEncryptionManager' could not be found (are you missing a using directive or an assembly reference?) [/srv/jellyfin/projects/plugin/jellyfin-plugin-emailnotifications/MediaBrowser.Plugins.SmtpNotifications/MediaBrowser.Plugins.SmtpNotifications.csproj]
Plugin.cs(21,89): error CS0246: The type or namespace name 'IEncryptionManager' could not be found (are you missing a using directive or an assembly reference?) [/srv/jellyfin/projects/plugin/jellyfin-plugin-emailnotifications/MediaBrowser.Plugins.SmtpNotifications/MediaBrowser.Plugins.SmtpNotifications.csproj]
joshuaboniface commented 5 years ago

Related to #4

dkanada commented 5 years ago

fixed with #6 and #7