SDK update generated by liblab

This commit is contained in:
Luke Hagar
2023-10-26 21:45:53 -05:00
parent 1460e63788
commit b7c3207ff0
102 changed files with 14336 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
package com.plexsdk;
public class Configuration {
public static final String USER_AGENT = "liblab/0.1.25 PlexSDK/0.0.1 java/1.8";
public static final String DEFAULT_API_KEY_HEADER = "X-Plex-Token";
}