creating pgsql development branch
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
// <copyright file="PlaylistCreationRequest.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="PlaylistCreationResult.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
#pragma warning disable CS1591
|
||||
|
||||
namespace MediaBrowser.Model.Playlists
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// <copyright file="PlaylistUpdateRequest.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Entities;
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// <copyright file="PlaylistUserUpdateRequest.cs" company="PlaceholderCompany">
|
||||
// Copyright (c) PlaceholderCompany. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Model.Playlists;
|
||||
|
||||
Reference in New Issue
Block a user