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
@@ -1,3 +1,7 @@
// <copyright file="Channel.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="ChannelItemInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1002, CA2227, CS1591
@@ -1,3 +1,7 @@
// <copyright file="ChannelItemResult.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="ChannelItemType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Controller.Channels
@@ -1,3 +1,7 @@
// <copyright file="ChannelLatestMediaSearch.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="ChannelParentalRating.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Controller.Channels
@@ -1,3 +1,7 @@
// <copyright file="ChannelSearchInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="IChannel.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="IChannelManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="IDisableMediaSourceDisplay.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.Channels
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="IHasCacheKey.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Controller.Channels
@@ -1,3 +1,7 @@
// <copyright file="IHasFolderAttributes.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1819, CS1591
namespace MediaBrowser.Controller.Channels
@@ -1,3 +1,7 @@
// <copyright file="IRequiresMediaInfoCallback.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
@@ -1,3 +1,7 @@
// <copyright file="ISupportsDelete.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System.Threading;
@@ -1,3 +1,7 @@
// <copyright file="ISupportsLatestMedia.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="ISupportsMediaProbe.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.Channels
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="InternalChannelFeatures.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1002, CA2227, CS1591
@@ -1,3 +1,7 @@
// <copyright file="InternalChannelItemQuery.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591