13 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			261 B
		
	
	
	
		
			Protocol Buffer
		
	
	
	
	
	
// Extracted from: Spotify 1.1.61.583 (Windows)
 | 
						|
 | 
						|
syntax = "proto2";
 | 
						|
 | 
						|
package spotify.player.proto;
 | 
						|
 | 
						|
option optimize_for = CODE_SIZE;
 | 
						|
 | 
						|
message TrackInstantiator {
 | 
						|
    optional uint64 unique = 1;
 | 
						|
    optional uint64 count = 2;
 | 
						|
    optional string provider = 3;
 | 
						|
}
 |