Skip to content

Commit

Permalink
Changed syntax for Skin path (in commented out section, just don't wa…
Browse files Browse the repository at this point in the history
…nt to forget new syntax)
  • Loading branch information
dedahr committed Sep 9, 2012
1 parent cead50b commit b09097f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mediaportal/Databases/Video/IMDBMovie.cs
Expand Up @@ -836,7 +836,7 @@ public void SetMediaInfoProperties(string file, bool refresh)
// if (System.IO.Path.HasExtension(file))
// {
// string extension = System.IO.Path.GetExtension(file).Replace(".", string.Empty);
// string extImage = Config.GetFolder(Config.Dir.SelectedSkin) +
// string extImage = GUIGraphicsContext.Skin +
// @"\Media\Logos\" + extension + @".png";

// if (System.IO.File.Exists(extImage))
Expand Down Expand Up @@ -1616,7 +1616,7 @@ public static void SetMovieProperties(GUIListItem item)
// if (System.IO.Path.HasExtension(info.VideoFileName))
// {
// string extension = System.IO.Path.GetExtension(info.VideoFileName).Replace(".", string.Empty);
// string extImage = Config.GetFolder(Config.Dir.SelectedSkin) +
// string extImage = GUIGraphicsContext.Skin +
// @"\Media\Logos\" + extension + @".png";

// if (System.IO.File.Exists(extImage))
Expand Down

0 comments on commit b09097f

Please sign in to comment.