mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
73f6b33a4c
@ -313,7 +313,7 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
var path = Path;
|
var path = Path;
|
||||||
|
|
||||||
// non file-system entries will not have a path
|
// non file-system entries will not have a path
|
||||||
if (string.IsNullOrEmpty(path))
|
if (this.LocationType != LocationType.FileSystem || string.IsNullOrEmpty(path))
|
||||||
{
|
{
|
||||||
return new ItemResolveArgs(ConfigurationManager.ApplicationPaths)
|
return new ItemResolveArgs(ConfigurationManager.ApplicationPaths)
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<PublisherName>Media Browser Team</PublisherName>
|
<PublisherName>Media Browser Team</PublisherName>
|
||||||
<SuiteName>Media Browser</SuiteName>
|
<SuiteName>Media Browser</SuiteName>
|
||||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||||
<ApplicationRevision>35</ApplicationRevision>
|
<ApplicationRevision>36</ApplicationRevision>
|
||||||
<ApplicationVersion>0.1.1.%2a</ApplicationVersion>
|
<ApplicationVersion>0.1.1.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
@ -52,7 +52,7 @@ namespace MediaBrowser.Uninstaller.Execute
|
|||||||
|
|
||||||
case "mbt":
|
case "mbt":
|
||||||
Product = "Theater";
|
Product = "Theater";
|
||||||
RootSuffix = "-UI";
|
RootSuffix = "-Theater";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user