Browse Source

Removing unused lines

1hitsong 2 years ago
parent
commit
823e2ec029

+ 0 - 7
MediaBrowser.Controller/Lyrics/LyricInfo.cs

@@ -1,12 +1,5 @@
-using System;
-using System.Collections.Generic;
 using System.IO;
 using System.Linq;
-using System.Threading.Tasks;
-using MediaBrowser.Controller.Entities;
-using MediaBrowser.Controller.Lyrics;
-using MediaBrowser.Controller.Net;
-using Microsoft.AspNetCore.Mvc;
 
 namespace MediaBrowser.Controller.Lyrics
 {

+ 0 - 2
MediaBrowser.Controller/Lyrics/LyricResponse.cs

@@ -1,7 +1,5 @@
 #nullable disable
 
-#pragma warning disable CS1591
-
 using System.Collections.Generic;
 
 namespace MediaBrowser.Controller.Lyrics

+ 0 - 2
MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

@@ -4,8 +4,6 @@ using System.Collections.ObjectModel;
 using System.Dynamic;
 using System.Globalization;
 using System.Linq;
-using System.Threading.Tasks;
-using Jellyfin.Api.Helpers;
 using LrcParser.Model;
 using LrcParser.Parser;
 using MediaBrowser.Controller.Entities;

+ 0 - 3
MediaBrowser.Providers/Lyric/TxtLyricProvider.cs

@@ -2,9 +2,6 @@ using System;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
 using System.Linq;
-using System.Threading.Tasks;
-using System.Xml.Linq;
-using Jellyfin.Api.Helpers;
 using MediaBrowser.Controller.Entities;
 using MediaBrowser.Controller.Lyrics;