Comments and cleanup. ALso updated ffmpeg + ffprobe

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-23 14:35:44 -04:00
parent 4068047845
commit 2454b72c93
22 changed files with 68 additions and 76 deletions

View File

@@ -1,12 +0,0 @@
using MediaBrowser.Model.Entities;
namespace MediaBrowser.Controller.Xml
{
/// <summary>
/// Fetches metadata for a folder.
/// Since folder.xml contains no folder-specific values, no overrides are needed
/// </summary>
public class FolderXmlParser : BaseItemXmlParser<Folder>
{
}
}