mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
Moved the http server to it's own assembly. added comments and made other minor re-organizations.
This commit is contained in:
parent
6fbd5cf464
commit
80b3ad7bd2
@@ -323,6 +323,12 @@ namespace MediaBrowser.Controller.Library
|
||||
return null;
|
||||
}
|
||||
|
||||
public Genre GetGenre(string name)
|
||||
{
|
||||
// not yet implemented
|
||||
return null;
|
||||
}
|
||||
|
||||
public Year GetYear(int value)
|
||||
{
|
||||
// not yet implemented
|
||||
|
||||
Reference in New Issue
Block a user