This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
1
Star
0
Fork
You've already forked jellyfin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6c9ecb6d2e
master
release-10.10.z
renovate/swashbuckle-aspnetcore-monorepo
renovate/dotnet-monorepo
release-10.9.z
renovate/mimetypes-2.x
feature/entity-framework
renovate/moq-4.x
release-10.8.z
release-10.7.z
EraYaN-add-management-interface
release-10.6.z
release-10.5.z
release-10.4.z
release-10.3.z
release-10.2.z
release-10.1.0
v10.0.0
v10.0.1
v10.0.2
v10.1.0
v10.10.0
v10.10.1
v10.2.0
v10.2.1
v10.2.2
v10.3.0
v10.3.0-rc1
v10.3.0-rc2
v10.3.1
v10.3.2
v10.3.3
v10.3.4
v10.3.5
v10.3.6
v10.3.7
v10.4.0
v10.4.1
v10.4.2
v10.4.3
v10.5.0
v10.5.1
v10.5.2
v10.5.3
v10.5.4
v10.5.5
v10.6.0
v10.6.1
v10.6.2
v10.6.3
v10.6.4
v10.7.0
v10.7.0-rc1
v10.7.0-rc2
v10.7.0-rc3
v10.7.0-rc4
v10.7.1
v10.7.2
v10.7.3
v10.7.4
v10.7.5
v10.7.6
v10.7.7
v10.8.0
v10.8.0-alpha1
v10.8.0-alpha2
v10.8.0-alpha3
v10.8.0-alpha4
v10.8.0-alpha5
v10.8.0-beta1
v10.8.0-beta2
v10.8.0-beta3
v10.8.1
v10.8.10
v10.8.11
v10.8.12
v10.8.13
v10.8.2
v10.8.3
v10.8.4
v10.8.5
v10.8.6
v10.8.7
v10.8.8
v10.8.9
v10.9.0
v10.9.1
v10.9.10
v10.9.11
v10.9.2
v10.9.3
v10.9.4
v10.9.5
v10.9.6
v10.9.7
v10.9.8
v10.9.9
v3.5.2-5
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6c9ecb6d2e'
${ noResults }
jellyfin
/
MediaBrowser.Controller
/
Entities
/
Year.cs
8 lines
105 B
Raw
Normal View
History
Unescape
Escape
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
12 years ago
Moved some entities to the main project
12 years ago
namespace
MediaBrowser.Controller.Entities
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
12 years ago
{
Added BaseEntity so that Person, User, and other misc classes don't have to inherit from BaseItem
12 years ago
public
class
Year
:
BaseEntity
All calls to get items now require passing in a userId. Made the model project portable. Also filled in more api calls.
12 years ago
{
}
}