فهرست منبع

remove unused directives

crobibero 5 سال پیش
والد
کامیت
287baa4965
2فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 1
      Jellyfin.Api/Controllers/NotificationsController.cs
  2. 0 1
      Jellyfin.Api/Controllers/PlaystateController.cs

+ 0 - 1
Jellyfin.Api/Controllers/NotificationsController.cs

@@ -1,6 +1,5 @@
 using System;
 using System.Collections.Generic;
-using System.ComponentModel.DataAnnotations;
 using System.Linq;
 using System.Threading;
 using Jellyfin.Api.Constants;

+ 0 - 1
Jellyfin.Api/Controllers/PlaystateController.cs

@@ -1,5 +1,4 @@
 using System;
-using System.ComponentModel;
 using System.Diagnostics.CodeAnalysis;
 using System.Threading.Tasks;
 using Jellyfin.Api.Constants;