begin work on daily episodes
This commit is contained in:
@@ -101,6 +101,10 @@ namespace MediaBrowser.Common.Implementations.Security
|
||||
{
|
||||
contents = File.ReadAllLines(licenseFile);
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
{
|
||||
(File.Create(licenseFile)).Close();
|
||||
}
|
||||
catch (FileNotFoundException)
|
||||
{
|
||||
(File.Create(licenseFile)).Close();
|
||||
|
||||
Reference in New Issue
Block a user