Forward 30 Seconds: Music [or] Podcasts App

How can I enhance this macro Forward 30 Seconds extending the functionality to include Podcast App so the macro works on whichever app is active (but not necessarily in focus):

tell application "Music"
	set player position to (player position + 30)
end tell