From db1913b08fac0749133634efebd1ee7a7876147a Mon Sep 17 00:00:00 2001 From: Patrick Barron Date: Fri, 20 Jan 2023 07:29:45 -0500 Subject: Remove DvdLib (#9068) * Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost --- DvdLib/Ifo/Program.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 DvdLib/Ifo/Program.cs (limited to 'DvdLib/Ifo/Program.cs') diff --git a/DvdLib/Ifo/Program.cs b/DvdLib/Ifo/Program.cs deleted file mode 100644 index 3d94fa7dc..000000000 --- a/DvdLib/Ifo/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -#pragma warning disable CS1591 - -using System.Collections.Generic; - -namespace DvdLib.Ifo -{ - public class Program - { - public IReadOnlyList Cells { get; } - - public Program(List cells) - { - Cells = cells; - } - } -} -- cgit v1.2.3