add date content added comparer

This commit is contained in:
Luke Pulverenti
2015-03-03 02:03:17 -05:00
parent 12ba57d423
commit 2fc0686c30
13 changed files with 186 additions and 18 deletions

View File

@@ -4,6 +4,7 @@ namespace MediaBrowser.Model.Dlna
public enum PlaybackErrorCode
{
NotAllowed = 0,
NoCompatibleStream = 1
NoCompatibleStream = 1,
RateLimitExceeded = 2
}
}