From 48facb797ed912e4ea6b04b17d1ff190ac2daac4 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 12 Sep 2018 19:26:21 +0200 Subject: Update to 3.5.2 and .net core 2.1 --- MediaBrowser.Controller/Library/IntroInfo.cs | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 MediaBrowser.Controller/Library/IntroInfo.cs (limited to 'MediaBrowser.Controller/Library/IntroInfo.cs') diff --git a/MediaBrowser.Controller/Library/IntroInfo.cs b/MediaBrowser.Controller/Library/IntroInfo.cs deleted file mode 100644 index d0e61d0f0..000000000 --- a/MediaBrowser.Controller/Library/IntroInfo.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; - -namespace MediaBrowser.Controller.Library -{ - public class IntroInfo - { - /// - /// Gets or sets the path. - /// - /// The path. - public string Path { get; set; } - - /// - /// Gets or sets the item id. - /// - /// The item id. - public Guid? ItemId { get; set; } - } -} \ No newline at end of file -- cgit v1.2.3