Playlist.proto 80 B

12345
  1. syntax = "proto2";
  2. message PlaylistMetadata {
  3. optional string title = 1;
  4. }