Fix missing imports after rebase

This commit is contained in:
Claus Vium 2019-01-20 06:33:33 +01:00
parent 790266d314
commit 217d35ee74
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//============================================================================
//============================================================================
// BDInfo - Blu-ray Video and Audio Analysis Tool
// Copyright © 2010 Cinema Squid
//
@ -21,6 +21,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using MediaBrowser.Model.IO;
namespace BDInfo

View File

@ -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;