Skip to content
Snippets Groups Projects

feat: Update playlist embed URLs to https

1 unresolved thread
4 files
+ 26
2
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,6 +25,8 @@ public abstract class PlayerInfo {
public abstract String getEmbedHtml();
public abstract Builder toBuilder();
public static Builder builder() {
return new AutoValue_PlayerInfo.Builder();
}
Loading