creating pgsql development branch

This commit is contained in:
2026-02-19 09:20:41 -05:00
parent ddf6ff69be
commit 1c6730e2ad
2317 changed files with 21904 additions and 9834 deletions
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="BaseItemDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="BaseItemPerson.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="ClientCapabilitiesDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.Text.Json.Serialization;
using Jellyfin.Data.Enums;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="DeviceInfoDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace MediaBrowser.Model.Dto;
@@ -1,3 +1,7 @@
// <copyright file="DisplayPreferencesDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Database.Implementations.Enums;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="IHasServerId.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="IItemDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Dto
{
/// <summary>
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="ImageInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using MediaBrowser.Model.Entities;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="ItemCounts.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Model.Dto
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="MediaSourceInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="MediaSourceType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Model.Dto
@@ -1,3 +1,7 @@
// <copyright file="MetadataEditorInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using Jellyfin.Data.Enums;
using MediaBrowser.Model.Entities;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="NameGuidPair.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="NameIdPair.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="NameValuePair.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="PlaylistDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using MediaBrowser.Model.Entities;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="RatingType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Model.Dto
@@ -1,3 +1,7 @@
// <copyright file="RecommendationDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="RecommendationType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Model.Dto
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="SessionInfoDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using Jellyfin.Data.Enums;
@@ -1,3 +1,7 @@
// <copyright file="TrickplayInfoDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using Jellyfin.Database.Implementations.Entities;
@@ -1,3 +1,7 @@
// <copyright file="UpdateUserItemDataDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace MediaBrowser.Model.Dto
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="UserDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
using System.ComponentModel;
@@ -1,3 +1,7 @@
// <copyright file="UserItemDataDto.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace MediaBrowser.Model.Dto