mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
#11 - Image change in Trailer folder is only picked up on server start
This commit is contained in:
parent
d482825f50
commit
178859e0bd
@ -139,7 +139,7 @@ namespace MediaBrowser.Controller.Providers
|
|||||||
/// <returns><c>true</c> if [is in same directory] [the specified item]; otherwise, <c>false</c>.</returns>
|
/// <returns><c>true</c> if [is in same directory] [the specified item]; otherwise, <c>false</c>.</returns>
|
||||||
private bool IsInSameDirectory(BaseItem item, string path)
|
private bool IsInSameDirectory(BaseItem item, string path)
|
||||||
{
|
{
|
||||||
return string.Equals(Path.GetDirectoryName(path), item.Path, StringComparison.OrdinalIgnoreCase);
|
return string.Equals(Path.GetDirectoryName(path), item.MetaLocation, StringComparison.OrdinalIgnoreCase);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user