mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-02 00:57:38 +00:00
MpdResponse refactored (partial)
This commit is contained in:
13
LibMpc/Constants.cs
Normal file
13
LibMpc/Constants.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LibMpc
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public static readonly string Ok = "OK";
|
||||
public static readonly string Ack = "ACK";
|
||||
|
||||
public static readonly string FirstLinePrefix = "OK MPD ";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user