add NextMediaType

This commit is contained in:
Luke Pulverenti
2017-01-31 16:24:57 -05:00
parent 88bb75bec4
commit 9a0c5e3bda
2 changed files with 7 additions and 1 deletions

View File

@@ -47,5 +47,7 @@ namespace MediaBrowser.Model.Session
/// </summary>
/// <value><c>true</c> if failed; otherwise, <c>false</c>.</value>
public bool Failed { get; set; }
public string NextMediaType { get; set; }
}
}