Skip to content

Commit

Permalink
Small code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinjil committed Jun 27, 2022
1 parent cf8f747 commit 32fc05d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Jellyfin.Xtream/Api/XtreamController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.Collections.Generic;
using System.Globalization;
using System.Net.Mime;
Expand Down
1 change: 0 additions & 1 deletion Jellyfin.Xtream/Service/StreamService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public ParsedName ParseName(string name)
/// <returns>IAsyncEnumerable{StreamInfo}.</returns>
public async IAsyncEnumerable<StreamInfo> GetLiveStreams([EnumeratorCancellation] CancellationToken cancellationToken)
{
Plugin plugin = Plugin.Instance;
PluginConfiguration config = plugin.Configuration;
using (XtreamClient client = new XtreamClient())
{
Expand Down

0 comments on commit 32fc05d

Please sign in to comment.