Merge pull request #3910 from barronpm/event-rewrite-1

Event Rewrite (Part 1)
This commit is contained in:
Joshua M. Boniface
2020-08-25 16:59:35 -04:00
committed by GitHub
97 changed files with 2070 additions and 1082 deletions

View File

@@ -4,7 +4,7 @@ using System;
using System.Linq;
using System.Threading.Tasks;
using Jellyfin.Data.Entities;
using MediaBrowser.Model.Events;
using Jellyfin.Data.Events;
using MediaBrowser.Model.Querying;
namespace MediaBrowser.Model.Activity