Move GenericEventArgs to Jellyfin.Data.Events

This commit is contained in:
Patrick Barron
2020-08-13 20:48:28 -04:00
parent ade40a4c42
commit ca1f15af19
36 changed files with 40 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
#nullable disable
using System;
using MediaBrowser.Model.Events;
using Jellyfin.Data.Events;
namespace MediaBrowser.Model.Tasks
{