mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
Fix missing imports after rebase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* This file is part of OpenSubtitles Handler
|
||||
/* This file is part of OpenSubtitles Handler
|
||||
A library that handle OpenSubtitles.org XML-RPC methods.
|
||||
|
||||
Copyright © Ala Ibrahim Hadid 2013
|
||||
@@ -19,6 +19,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using MediaBrowser.Common.Net;
|
||||
|
||||
Reference in New Issue
Block a user